#124F88

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

Shades of Dark Cerulean #124F88

Tints of Dark Cerulean #124F88

Color information

#124F88 (or 0x124F88) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4F and 88. RGB value is (18,79,136). Sum of RGB (Red+Green+Blue) = 18+79+136=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #124F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F88 is #EDB077. Grayscale: #424242. Windows color (decimal): -15577208 or 8933138. OLE color: 8933138.

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

Color convert

RGB1879136-
CMYK0.870.4200.47
HSL208.98º76.62%30.2%-
HSV(B)208.98º86.76%53.33%-
XYZ7.497.524.35-
YUV67.26166.7992.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=7.73%
G=33.91%
B=58.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18791360.870.4200.47208.9876.6230.2
Hex124F88572A02Fd14d1e
Octal221172101275205732111536
Binary100101001111100010001010111101010010111111010001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,79,136); }

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

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

 a { background-color: rgb(18,79,136); }

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

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

 span { border-color: rgb(18,79,136); }

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