Html Css Color HEX #180472 Midnight Blue

📋 copy color: '#180472'

red 24 ◦ green 4 ◦ blue 114

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

Shades of Midnight Blue #180472

Tints of Midnight Blue #180472

RGB

 RED value IS 24 (9.77% from 255) = 16.9%

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 16.9%
G = 2.82%
B = 80.28%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180472 (or 0x180472) is known color: Midnight Blue. HEX triplet: 18, 04 and 72. RGB value is (24,4,114). Sum of RGB (Red+Green+Blue) = 24+4+114=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #180472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180472 is #E7FB8D. Grayscale: #161616. Windows color (decimal): -15203214 or 7472152. OLE color: 7472152.

HSL color Cylindrical-coordinate representation of color #180472: hue angle of 250.91º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180472 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 4 114 -
CMYK 0.79 0.96 0 0.55
HSL 250.91º 0.93% 0.23% -
HSV(B) 250.91º 0.96% 0.45% -
XYZ 3.46 1.5 16.03 -
YUV 22.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 24 4 114 0.79 0.96 0 0.55 250.91 0.93 0.23
Hex 18 4 72 4F 60 0 37 FB 5D 17
Octal 30 4 162 117 140 0 67 373 135 27
Binary 11000 100 1110010 1001111 1100000 0 110111 11111011 1011101 10111

Color Harmonies of #180472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180472

Black with #180472

Text Example


Text Example

White with #180472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180472; }

 p { color: rgb(24,4,114); }

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

background-color css

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

 a { background-color: rgb(24,4,114); }

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

border-color css

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

 span { border-color: rgb(24,4,114); }

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