#124675

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

Shades of Dark Cerulean #124675

Tints of Dark Cerulean #124675

Color information

#124675 (or 0x124675) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 75. RGB value is (18,70,117). Sum of RGB (Red+Green+Blue) = 18+70+117=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #124675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124675 is #EDB98A. Grayscale: #3B3B3B. Windows color (decimal): -15579531 or 7685650. OLE color: 7685650.

HSL color Cylindrical-coordinate representation of color #124675: hue angle of 208.48º 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 #124675 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1870117-
CMYK0.850.4000.54
HSL208.48º73.33%26.47%-
HSV(B)208.48º84.62%45.88%-
XYZ5.655.7917.65-
YUV59.81160.2798.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=8.78%
G=34.15%
B=57.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18701170.850.4000.54208.4873.3326.47
Hex1246755528036d0491a
Octal221061651255006632011132
Binary10010100011011101011010101101000011011011010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124675; }

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

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

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

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

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

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

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

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