#124690

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

Shades of Dark Cerulean #124690

Tints of Dark Cerulean #124690

Color information

#124690 (or 0x124690) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 90. RGB value is (18,70,144). Sum of RGB (Red+Green+Blue) = 18+70+144=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #124690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124690 is #EDB96F. Grayscale: #3E3E3E. Windows color (decimal): -15579504 or 9455122. OLE color: 9455122.

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

Color convert

RGB1870144-
CMYK0.880.5100.44
HSL215.24º77.78%31.76%-
HSV(B)215.24º87.5%56.47%-
XYZ7.476.5227.25-
YUV62.89173.7795.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=7.76%
G=30.17%
B=62.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18701440.880.5100.44215.2477.7831.76
Hex124690583302Cd74e20
Octal221062201306305432711640
Binary1001010001101001000010110001100110101100110101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124690; }

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

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

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

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

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

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

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

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