Html Css Color HEX #127163 Deep Sea

📋 copy color: '#127163'

red 18 ◦ green 113 ◦ blue 99

#127163
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #127163

Tints of Deep Sea #127163

RGB

 RED value IS 18 (7.42% from 255) = 7.83%

 GREEN value IS 113 (44.53% from 255) = 49.13%

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 7.83%
G = 49.13%
B = 43.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#127163 (or 0x127163) is known color: Deep Sea. HEX triplet: 12, 71 and 63. RGB value is (18,113,99). Sum of RGB (Red+Green+Blue) = 18+113+99=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #127163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127163 is #ED8E9C. Grayscale: #525252. Windows color (decimal): -15568541 or 6517010. OLE color: 6517010.

HSL color Cylindrical-coordinate representation of color #127163: hue angle of 171.16º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127163 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 99 -
CMYK 0.84 0 0.12 0.56
HSL 171.16º 0.73% 0.26% -
HSV(B) 171.16º 0.84% 0.44% -
XYZ 8.41 12.84 13.84 -
YUV 83 137.03 81.64 -
System Red Green Blue C M Y K H S L
Decimal 18 113 99 0.84 0 0.12 0.56 171.16 0.73 0.26
Hex 12 71 63 54 0 C 38 AB 49 1A
Octal 22 161 143 124 0 14 70 253 111 32
Binary 10010 1110001 1100011 1010100 0 1100 111000 10101011 1001001 11010

Color Harmonies of #127163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127163

Black with #127163

Text Example


Text Example

White with #127163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127163; }

 p { color: rgb(18,113,99); }

 H1.HeaderClassName
 {
   color: #127163;
 }
 .AnyTagClassName
 {
   color: #127163;
 }
</style>

background-color css

<style>
 a { background-color: #127163; }

 a { background-color: rgb(18,113,99); }

 div.DivClassName
 {
   background-color: #127163;
 }
 .BgClassName
 {
   background-color: #127163;
 }
</style>

border-color css

<style>
 span { border-color: #127163; }

 span { border-color: rgb(18,113,99); }

 td.TdClassName
 {
   border-color: #127163;
 }
 .TagClassName
 {
   border-color: #127163;
 }
</style>