#124B81

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

Shades of Dark Cerulean #124B81

Tints of Dark Cerulean #124B81

Color information

#124B81 (or 0x124B81) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 81. RGB value is (18,75,129). Sum of RGB (Red+Green+Blue) = 18+75+129=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #124B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B81 is #EDB47E. Grayscale: #3F3F3F. Windows color (decimal): -15578239 or 8473362. OLE color: 8473362.

HSL color Cylindrical-coordinate representation of color #124B81: hue angle of 209.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124B81 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1875129-
CMYK0.860.4200.49
HSL209.19º75.51%28.82%-
HSV(B)209.19º86.05%50.59%-
XYZ6.736.7521.72-
YUV64.11164.6295.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=8.11%
G=33.78%
B=58.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18751290.860.4200.49209.1975.5128.82
Hex124B81562A031d14c1d
Octal221132011265206132111435
Binary100101001011100000011010110101010011000111010001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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