#124B78

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

Shades of Dark Cerulean #124B78

Tints of Dark Cerulean #124B78

Color information

#124B78 (or 0x124B78) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 78. RGB value is (18,75,120). Sum of RGB (Red+Green+Blue) = 18+75+120=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #124B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B78 is #EDB487. Grayscale: #3E3E3E. Windows color (decimal): -15578248 or 7883538. OLE color: 7883538.

HSL color Cylindrical-coordinate representation of color #124B78: hue angle of 206.47º 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 #124B78 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1875120-
CMYK0.850.3700.53
HSL206.47º73.91%27.06%-
HSV(B)206.47º85%47.06%-
XYZ6.166.5218.7-
YUV63.09160.1295.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=8.45%
G=35.21%
B=56.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18751200.850.3700.53206.4773.9127.06
Hex124B785525035ce4a1b
Octal221131701254506531611233
Binary10010100101111110001010101100101011010111001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124B78; }

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

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

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

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

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

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

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

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