#124978

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

Shades of Dark Cerulean #124978

Tints of Dark Cerulean #124978

Color information

#124978 (or 0x124978) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 78. RGB value is (18,73,120). Sum of RGB (Red+Green+Blue) = 18+73+120=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #124978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124978 is #EDB687. Grayscale: #3D3D3D. Windows color (decimal): -15578760 or 7883026. OLE color: 7883026.

HSL color Cylindrical-coordinate representation of color #124978: hue angle of 207.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124978 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1873120-
CMYK0.850.3900.53
HSL207.65º73.91%27.06%-
HSV(B)207.65º85%47.06%-
XYZ6.026.2518.66-
YUV61.91160.7896.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=8.53%
G=34.60%
B=56.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18731200.850.3900.53207.6573.9127.06
Hex1249785527035d04a1b
Octal221111701254706532011233
Binary10010100100111110001010101100111011010111010000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124978; }

 p { color: rgb(18,73,120); }

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

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

 a { background-color: rgb(18,73,120); }

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

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

 span { border-color: rgb(18,73,120); }

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