Html Css Color HEX #180172 Midnight Blue

📋 copy color: '#180172'

red 24 ◦ green 1 ◦ blue 114

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

Shades of Midnight Blue #180172

Tints of Midnight Blue #180172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 17.27%
G = 0.72%
B = 82.01%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180172 (or 0x180172) is known color: Midnight Blue. HEX triplet: 18, 01 and 72. RGB value is (24,1,114). Sum of RGB (Red+Green+Blue) = 24+1+114=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #180172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180172 is #E7FE8D. Grayscale: #141414. Windows color (decimal): -15203982 or 7471384. OLE color: 7471384.

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

Color convert

RGB 24 1 114 -
CMYK 0.79 0.99 0 0.55
HSL 252.21º 0.98% 0.23% -
HSV(B) 252.21º 0.99% 0.45% -
XYZ 3.42 1.43 16.02 -
YUV 20.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 24 1 114 0.79 0.99 0 0.55 252.21 0.98 0.23
Hex 18 1 72 4F 63 0 37 FC 62 17
Octal 30 1 162 117 143 0 67 374 142 27
Binary 11000 1 1110010 1001111 1100011 0 110111 11111100 1100010 10111

Color Harmonies of #180172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180172

Black with #180172

Text Example


Text Example

White with #180172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180172; }

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

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

background-color css

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

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

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

border-color css

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

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

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