#124B87

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

Shades of Dark Cerulean #124B87

Tints of Dark Cerulean #124B87

Color information

#124B87 (or 0x124B87) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 87. RGB value is (18,75,135). Sum of RGB (Red+Green+Blue) = 18+75+135=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #124B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B87 is #EDB478. Grayscale: #404040. Windows color (decimal): -15578233 or 8866578. OLE color: 8866578.

HSL color Cylindrical-coordinate representation of color #124B87: hue angle of 210.77º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124B87 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1875135-
CMYK0.870.4400.47
HSL210.77º76.47%30%-
HSV(B)210.77º86.67%52.94%-
XYZ7.146.9123.88-
YUV64.8167.6294.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=7.89%
G=32.89%
B=59.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18751350.870.4400.47210.7776.4730
Hex124B87572C02Fd34c1e
Octal221132071275405732311436
Binary100101001011100001111010111101100010111111010011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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