#124C89

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

Shades of Dark Cerulean #124C89

Tints of Dark Cerulean #124C89

Color information

#124C89 (or 0x124C89) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4C and 89. RGB value is (18,76,137). Sum of RGB (Red+Green+Blue) = 18+76+137=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #124C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C89 is #EDB376. Grayscale: #414141. Windows color (decimal): -15577975 or 8997906. OLE color: 8997906.

HSL color Cylindrical-coordinate representation of color #124C89: hue angle of 210.76º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124C89 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1876137-
CMYK0.870.4500.46
HSL210.76º76.77%30.39%-
HSV(B)210.76º86.86%53.73%-
XYZ7.357.124.65-
YUV65.61168.2894.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=7.79%
G=32.90%
B=59.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18761370.870.4500.46210.7676.7730.39
Hex124C89572D02Ed34d1e
Octal221142111275505632311536
Binary100101001100100010011010111101101010111011010011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,76,137); }

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

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

 a { background-color: rgb(18,76,137); }

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

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

 span { border-color: rgb(18,76,137); }

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