#124A87

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

Shades of Dark Cerulean #124A87

Tints of Dark Cerulean #124A87

Color information

#124A87 (or 0x124A87) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 87. RGB value is (18,74,135). Sum of RGB (Red+Green+Blue) = 18+74+135=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #124A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A87 is #EDB578. Grayscale: #3F3F3F. Windows color (decimal): -15578489 or 8866322. OLE color: 8866322.

HSL color Cylindrical-coordinate representation of color #124A87: hue angle of 211.28º 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 #124A87 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1874135-
CMYK0.870.4500.47
HSL211.28º76.47%30%-
HSV(B)211.28º86.67%52.94%-
XYZ7.076.7823.86-
YUV64.21167.9595.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=7.93%
G=32.60%
B=59.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18741350.870.4500.47211.2876.4730
Hex124A87572D02Fd34c1e
Octal221122071275505732311436
Binary100101001010100001111010111101101010111111010011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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