#124971

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

Shades of Dark Cerulean #124971

Tints of Dark Cerulean #124971

Color information

#124971 (or 0x124971) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 71. RGB value is (18,73,113). Sum of RGB (Red+Green+Blue) = 18+73+113=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #124971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124971 is #EDB68E. Grayscale: #3C3C3C. Windows color (decimal): -15578767 or 7424274. OLE color: 7424274.

HSL color Cylindrical-coordinate representation of color #124971: hue angle of 205.26º 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 #124971 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1873113-
CMYK0.840.3500.56
HSL205.26º72.52%25.69%-
HSV(B)205.26º84.07%44.31%-
XYZ5.616.0916.5-
YUV61.11157.2897.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=8.82%
G=35.78%
B=55.39%

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
Decimal18731130.840.3500.56205.2672.5225.69
Hex1249715423038cd491a
Octal221111611244307031511132
Binary10010100100111100011010100100011011100011001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124971; }

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

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

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

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

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

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

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

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