#124681

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

Shades of Dark Cerulean #124681

Tints of Dark Cerulean #124681

Color information

#124681 (or 0x124681) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 81. RGB value is (18,70,129). Sum of RGB (Red+Green+Blue) = 18+70+129=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #124681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124681 is #EDB97E. Grayscale: #3C3C3C. Windows color (decimal): -15579519 or 8472082. OLE color: 8472082.

HSL color Cylindrical-coordinate representation of color #124681: hue angle of 211.89º 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 #124681 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1870129-
CMYK0.860.4600.49
HSL211.89º75.51%28.82%-
HSV(B)211.89º86.05%50.59%-
XYZ6.46.0921.61-
YUV61.18166.2797.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 129 (50.78% from 255) = 59.45%
R=8.29%
G=32.26%
B=59.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18701290.860.4600.49211.8975.5128.82
Hex124681562E031d44c1d
Octal221062011265606132411435
Binary100101000110100000011010110101110011000111010100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124681; }

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

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

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

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

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

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

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

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