#124775

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

Shades of Dark Cerulean #124775

Tints of Dark Cerulean #124775

Color information

#124775 (or 0x124775) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 75. RGB value is (18,71,117). Sum of RGB (Red+Green+Blue) = 18+71+117=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #124775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124775 is #EDB88A. Grayscale: #3C3C3C. Windows color (decimal): -15579275 or 7685906. OLE color: 7685906.

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

Color convert

RGB1871117-
CMYK0.850.3900.54
HSL207.88º73.33%26.47%-
HSV(B)207.88º84.62%45.88%-
XYZ5.715.9217.67-
YUV60.4159.9497.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=8.74%
G=34.47%
B=56.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18711170.850.3900.54207.8873.3326.47
Hex1247755527036d0491a
Octal221071651254706632011132
Binary10010100011111101011010101100111011011011010000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124775; }

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

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

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

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

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

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

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

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