#12865C

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

Shades of Deep Sea #12865C

Tints of Deep Sea #12865C

Color information

#12865C (or 0x12865C) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 5C. RGB value is (18,134,92). Sum of RGB (Red+Green+Blue) = 18+134+92=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #12865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865C is #ED79A3. Grayscale: #5E5E5E. Windows color (decimal): -15563172 or 6063634. OLE color: 6063634.

HSL color Cylindrical-coordinate representation of color #12865C: hue angle of 158.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12865C is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1813492-
CMYK0.8700.310.47
HSL158.28º76.32%29.8%-
HSV(B)158.28º86.57%52.55%-
XYZ10.7117.9513.03-
YUV94.53126.5773.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 92 (36.33% from 255) = 37.70%
R=7.38%
G=54.92%
B=37.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134920.8700.310.47158.2876.3229.8
Hex12865C5701F2F9e4c1e
Octal222061341270375723611436
Binary10010100001101011100101011101111110111110011110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12865C; }

 p { color: rgb(18,134,92); }

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

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

 a { background-color: rgb(18,134,92); }

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

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

 span { border-color: rgb(18,134,92); }

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