#124A90

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

Shades of Dark Cerulean #124A90

Tints of Dark Cerulean #124A90

Color information

#124A90 (or 0x124A90) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4A and 90. RGB value is (18,74,144). Sum of RGB (Red+Green+Blue) = 18+74+144=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #124A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A90 is #EDB56F. Grayscale: #404040. Windows color (decimal): -15578480 or 9456146. OLE color: 9456146.

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

Color convert

RGB1874144-
CMYK0.880.4900.44
HSL213.33º77.78%31.76%-
HSV(B)213.33º87.5%56.47%-
XYZ7.737.0427.34-
YUV65.24172.4594.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 144 (56.64% from 255) = 61.02%
R=7.63%
G=31.36%
B=61.02%

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
Decimal18741440.880.4900.44213.3377.7831.76
Hex124A90583102Cd54e20
Octal221122201306105432511640
Binary1001010010101001000010110001100010101100110101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124A90; }

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

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

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

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

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

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

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

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