Html Css Color HEX #180072 Midnight Blue

📋 copy color: '#180072'

red 24 ◦ green 0 ◦ blue 114

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

Shades of Midnight Blue #180072

Tints of Midnight Blue #180072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.39%
G = 0%
B = 82.61%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180072 (or 0x180072) is known color: Midnight Blue. HEX triplet: 18, 00 and 72. RGB value is (24,0,114). Sum of RGB (Red+Green+Blue) = 24+0+114=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #180072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180072 is #E7FF8D. Grayscale: #131313. Windows color (decimal): -15204238 or 7471128. OLE color: 7471128.

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

Color convert

RGB 24 0 114 -
CMYK 0.79 1 0 0.55
HSL 252.63º 1% 0.22% -
HSV(B) 252.63º 1% 0.45% -
XYZ 3.41 1.41 16.01 -
YUV 20.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 24 0 114 0.79 1 0 0.55 252.63 1 0.22
Hex 18 0 72 4F 64 0 37 FD 64 16
Octal 30 0 162 117 144 0 67 375 144 26
Binary 11000 0 1110010 1001111 1100100 0 110111 11111101 1100100 10110

Color Harmonies of #180072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180072

Black with #180072

Text Example


Text Example

White with #180072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180072; }

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

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

background-color css

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

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

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

border-color css

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

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

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