Html Css Color HEX #11816B Deep Sea

📋 copy color: '#11816B'

red 17 ◦ green 129 ◦ blue 107

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

Shades of Deep Sea #11816B

Tints of Deep Sea #11816B

RGB

 RED value IS 17 (7.03% from 255) = 6.72%

 GREEN value IS 129 (50.78% from 255) = 50.99%

 BLUE value IS 107 (42.19% from 255) = 42.29%

R = 6.72%
G = 50.99%
B = 42.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#11816B (or 0x11816B) is known color: Deep Sea. HEX triplet: 11, 81 and 6B. RGB value is (17,129,107). Sum of RGB (Red+Green+Blue) = 17+129+107=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #11816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11816B is #EE7E94. Grayscale: #5C5C5C. Windows color (decimal): -15629973 or 7045393. OLE color: 7045393.

HSL color Cylindrical-coordinate representation of color #11816B: hue angle of 168.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11816B is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 107 -
CMYK 0.87 0 0.17 0.49
HSL 168.21º 0.77% 0.29% -
HSV(B) 168.21º 0.87% 0.51% -
XYZ 10.74 16.88 16.6 -
YUV 93 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 17 129 107 0.87 0 0.17 0.49 168.21 0.77 0.29
Hex 11 81 6B 57 0 11 31 A8 4D 1D
Octal 21 201 153 127 0 21 61 250 115 35
Binary 10001 10000001 1101011 1010111 0 10001 110001 10101000 1001101 11101

Color Harmonies of #11816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11816B

Black with #11816B

Text Example


Text Example

White with #11816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11816B; }

 p { color: rgb(17,129,107); }

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

background-color css

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

 a { background-color: rgb(17,129,107); }

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

border-color css

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

 span { border-color: rgb(17,129,107); }

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