#12816B

Color #12816B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #12816B

Tints of Deep Sea #12816B

Color information

#12816B (or 0x12816B) is unknown color: approx Deep Sea. HEX triplet: 12, 81 and 6B. RGB value is (18,129,107). Sum of RGB (Red+Green+Blue) = 18+129+107=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #12816B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12816B is #ED7E94. Grayscale: #5D5D5D. Windows color (decimal): -15564437 or 7045394. OLE color: 7045394.

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

Color convert

RGB18129107-
CMYK0.8600.170.49
HSL168.11º75.51%28.82%-
HSV(B)168.11º86.05%50.59%-
XYZ10.7516.8916.6-
YUV93.3135.7374.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=7.09%
G=50.79%
B=42.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181291070.8600.170.49168.1175.5128.82
Hex12816B5601131a84c1d
Octal222011531260216125011435
Binary10010100000011101011101011001000111000110101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12816B;
 }
 .AnyTagClassName
 {
   color: #12816B;
 }
</style>
background-color css

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

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

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

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

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

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