#125075

Color #125075 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #125075

Tints of Dark Cerulean #125075

Color information

#125075 (or 0x125075) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 75. RGB value is (18,80,117). Sum of RGB (Red+Green+Blue) = 18+80+117=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #125075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125075 is #EDAF8A. Grayscale: #414141. Windows color (decimal): -15576971 or 7688210. OLE color: 7688210.

HSL color Cylindrical-coordinate representation of color #125075: hue angle of 202.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125075 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1880117-
CMYK0.850.3200.54
HSL202.42º73.33%26.47%-
HSV(B)202.42º84.62%45.88%-
XYZ6.337.1517.88-
YUV65.68156.9693.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=8.37%
G=37.21%
B=54.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18801170.850.3200.54202.4273.3326.47
Hex1250755520036ca491a
Octal221201651254006631211132
Binary10010101000011101011010101100000011011011001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125075; }

 p { color: rgb(18,80,117); }

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

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

 a { background-color: rgb(18,80,117); }

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

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

 span { border-color: rgb(18,80,117); }

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