#124290

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

Shades of Dark Cerulean #124290

Tints of Dark Cerulean #124290

Color information

#124290 (or 0x124290) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 90. RGB value is (18,66,144). Sum of RGB (Red+Green+Blue) = 18+66+144=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #124290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124290 is #EDBD6F. Grayscale: #3C3C3C. Windows color (decimal): -15580528 or 9454098. OLE color: 9454098.

HSL color Cylindrical-coordinate representation of color #124290: hue angle of 217.14º 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 #124290 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1866144-
CMYK0.880.5400.44
HSL217.14º77.78%31.76%-
HSV(B)217.14º87.5%56.47%-
XYZ7.236.0427.17-
YUV60.54175.197.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=7.89%
G=28.95%
B=63.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18661440.880.5400.44217.1477.7831.76
Hex124290583602Cd94e20
Octal221022201306605433111640
Binary1001010000101001000010110001101100101100110110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124290; }

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

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

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

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

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

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

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

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