Html Css Color HEX #180271 Midnight Blue

📋 copy color: '#180271'

red 24 ◦ green 2 ◦ blue 113

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

Shades of Midnight Blue #180271

Tints of Midnight Blue #180271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 17.27%
G = 1.44%
B = 81.29%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#180271 (or 0x180271) is known color: Midnight Blue. HEX triplet: 18, 02 and 71. RGB value is (24,2,113). Sum of RGB (Red+Green+Blue) = 24+2+113=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #180271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180271 is #E7FD8E. Grayscale: #141414. Windows color (decimal): -15203727 or 7406104. OLE color: 7406104.

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

Color convert

RGB 24 2 113 -
CMYK 0.79 0.98 0 0.56
HSL 251.89º 0.97% 0.23% -
HSV(B) 251.89º 0.98% 0.44% -
XYZ 3.38 1.43 15.72 -
YUV 21.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 24 2 113 0.79 0.98 0 0.56 251.89 0.97 0.23
Hex 18 2 71 4F 62 0 38 FC 61 17
Octal 30 2 161 117 142 0 70 374 141 27
Binary 11000 10 1110001 1001111 1100010 0 111000 11111100 1100001 10111

Color Harmonies of #180271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180271

Black with #180271

Text Example


Text Example

White with #180271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180271; }

 p { color: rgb(24,2,113); }

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

background-color css

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

 a { background-color: rgb(24,2,113); }

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

border-color css

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

 span { border-color: rgb(24,2,113); }

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