Html Css Color HEX #124990 Dark Cerulean

📋 copy color: '#124990'

red 18 ◦ green 73 ◦ blue 144

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

Shades of Dark Cerulean #124990

Tints of Dark Cerulean #124990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.06%

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

R = 7.66%
G = 31.06%
B = 61.28%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#124990 (or 0x124990) is known color: Dark Cerulean. HEX triplet: 12, 49 and 90. RGB value is (18,73,144). Sum of RGB (Red+Green+Blue) = 18+73+144=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #124990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124990 is #EDB66F. Grayscale: #404040. Windows color (decimal): -15578736 or 9455890. OLE color: 9455890.

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

Color convert

RGB 18 73 144 -
CMYK 0.88 0.49 0 0.44
HSL 213.81º 0.78% 0.32% -
HSV(B) 213.81º 0.88% 0.56% -
XYZ 7.67 6.91 27.31 -
YUV 64.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 18 73 144 0.88 0.49 0 0.44 213.81 0.78 0.32
Hex 12 49 90 58 31 0 2C D6 4E 20
Octal 22 111 220 130 61 0 54 326 116 40
Binary 10010 1001001 10010000 1011000 110001 0 101100 11010110 1001110 100000

Color Harmonies of #124990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124990

Black with #124990

Text Example


Text Example

White with #124990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124990; }

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

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

background-color css

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

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

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

border-color css

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

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

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