#12865D

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

Shades of Deep Sea #12865D

Tints of Deep Sea #12865D

Color information

#12865D (or 0x12865D) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 5D. RGB value is (18,134,93). Sum of RGB (Red+Green+Blue) = 18+134+93=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #12865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865D is #ED79A2. Grayscale: #5E5E5E. Windows color (decimal): -15563171 or 6129170. OLE color: 6129170.

HSL color Cylindrical-coordinate representation of color #12865D: hue angle of 158.79º 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 #12865D is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1813493-
CMYK0.8700.310.47
HSL158.79º76.32%29.8%-
HSV(B)158.79º86.57%52.55%-
XYZ10.7517.9713.26-
YUV94.64127.0773.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=7.35%
G=54.69%
B=37.96%

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
Decimal18134930.8700.310.47158.7976.3229.8
Hex12865D5701F2F9f4c1e
Octal222061351270375723711436
Binary10010100001101011101101011101111110111110011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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