#124B90

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

Shades of Dark Cerulean #124B90

Tints of Dark Cerulean #124B90

Color information

#124B90 (or 0x124B90) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4B and 90. RGB value is (18,75,144). Sum of RGB (Red+Green+Blue) = 18+75+144=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #124B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B90 is #EDB46F. Grayscale: #414141. Windows color (decimal): -15578224 or 9456402. OLE color: 9456402.

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

Color convert

RGB1875144-
CMYK0.880.4800.44
HSL212.86º77.78%31.76%-
HSV(B)212.86º87.5%56.47%-
XYZ7.87.1727.36-
YUV65.82172.1293.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=7.59%
G=31.65%
B=60.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18751440.880.4800.44212.8677.7831.76
Hex124B90583002Cd54e20
Octal221132201306005432511640
Binary1001010010111001000010110001100000101100110101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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