#124990

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

Shades of Dark Cerulean #124990

Tints of Dark Cerulean #124990

Color information

#124990 (or 0x124990) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 90. RGB value is (18,73,144). Sum of RGB (Red+Green+Blue) = 18+73+144=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #124990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124990 is #EDB66F. Grayscale: #404040. Windows color (decimal): -15578736 or 9455890. OLE color: 9455890.

HSL color Cylindrical-coordinate representation of color #124990: hue angle of 213.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124990 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1873144-
CMYK0.880.4900.44
HSL213.81º77.78%31.76%-
HSV(B)213.81º87.5%56.47%-
XYZ7.676.9127.31-
YUV64.65172.7894.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=7.66%
G=31.06%
B=61.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18731440.880.4900.44213.8177.7831.76
Hex124990583102Cd64e20
Octal221112201306105432611640
Binary1001010010011001000010110001100010101100110101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124990; }

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

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

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

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

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

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

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

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