#124986

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

Shades of Dark Cerulean #124986

Tints of Dark Cerulean #124986

Color information

#124986 (or 0x124986) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 86. RGB value is (18,73,134). Sum of RGB (Red+Green+Blue) = 18+73+134=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #124986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124986 is #EDB679. Grayscale: #3F3F3F. Windows color (decimal): -15578746 or 8800530. OLE color: 8800530.

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

Color convert

RGB1873134-
CMYK0.870.4600.47
HSL211.55º76.32%29.8%-
HSV(B)211.55º86.57%52.55%-
XYZ6.946.6123.47-
YUV63.51167.7895.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 134 (52.73% from 255) = 59.56%
R=8%
G=32.44%
B=59.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18731340.870.4600.47211.5576.3229.8
Hex124986572E02Fd44c1e
Octal221112061275605732411436
Binary100101001001100001101010111101110010111111010100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124986; }

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

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

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

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

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

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

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

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