#124A71

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

Shades of Dark Cerulean #124A71

Tints of Dark Cerulean #124A71

Color information

#124A71 (or 0x124A71) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 71. RGB value is (18,74,113). Sum of RGB (Red+Green+Blue) = 18+74+113=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #124A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A71 is #EDB58E. Grayscale: #3D3D3D. Windows color (decimal): -15578511 or 7424530. OLE color: 7424530.

HSL color Cylindrical-coordinate representation of color #124A71: hue angle of 204.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124A71 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1874113-
CMYK0.840.3500.56
HSL204.63º72.52%25.69%-
HSV(B)204.63º84.07%44.31%-
XYZ5.686.2216.52-
YUV61.7156.9596.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=8.78%
G=36.10%
B=55.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18741130.840.3500.56204.6372.5225.69
Hex124A715423038cd491a
Octal221121611244307031511132
Binary10010100101011100011010100100011011100011001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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