#124B77

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

Shades of Dark Cerulean #124B77

Tints of Dark Cerulean #124B77

Color information

#124B77 (or 0x124B77) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 77. RGB value is (18,75,119). Sum of RGB (Red+Green+Blue) = 18+75+119=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #124B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B77 is #EDB488. Grayscale: #3E3E3E. Windows color (decimal): -15578249 or 7818002. OLE color: 7818002.

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

Color convert

RGB1875119-
CMYK0.850.3700.53
HSL206.14º73.72%26.86%-
HSV(B)206.14º84.87%46.67%-
XYZ6.16.4918.38-
YUV62.97159.6295.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 119 (46.88% from 255) = 56.13%
R=8.49%
G=35.38%
B=56.13%

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
Decimal18751190.850.3700.53206.1473.7226.86
Hex124B775525035ce4a1b
Octal221131671254506531611233
Binary10010100101111101111010101100101011010111001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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