Html Css Color HEX #124890 Dark Cerulean

📋 copy color: '#124890'

red 18 ◦ green 72 ◦ blue 144

#124890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #124890

Tints of Dark Cerulean #124890

RGB

 RED value IS 18 (7.42% from 255) = 7.69%

 GREEN value IS 72 (28.52% from 255) = 30.77%

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 7.69%
G = 30.77%
B = 61.54%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#124890 (or 0x124890) is known color: Dark Cerulean. HEX triplet: 12, 48 and 90. RGB value is (18,72,144). Sum of RGB (Red+Green+Blue) = 18+72+144=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #124890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124890 is #EDB76F. Grayscale: #3F3F3F. Windows color (decimal): -15578992 or 9455634. OLE color: 9455634.

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

Color convert

RGB 18 72 144 -
CMYK 0.88 0.50 0 0.44
HSL 214.29º 0.78% 0.32% -
HSV(B) 214.29º 0.88% 0.56% -
XYZ 7.6 6.78 27.29 -
YUV 64.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 18 72 144 0.88 0.50 0 0.44 214.29 0.78 0.32
Hex 12 48 90 58 32 0 2C D6 4E 20
Octal 22 110 220 130 62 0 54 326 116 40
Binary 10010 1001000 10010000 1011000 110010 0 101100 11010110 1001110 100000

Color Harmonies of #124890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124890

Black with #124890

Text Example


Text Example

White with #124890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124890; }

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

 H1.HeaderClassName
 {
   color: #124890;
 }
 .AnyTagClassName
 {
   color: #124890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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