Html Css Color HEX #081271 Midnight Blue

📋 copy color: '#081271'

red 8 ◦ green 18 ◦ blue 113

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

Shades of Midnight Blue #081271

Tints of Midnight Blue #081271

RGB

 RED value IS 8 (3.52% from 255) = 5.76%

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 5.76%
G = 12.95%
B = 81.29%

CMYK

 C value IS 0.93

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081271 (or 0x081271) is known color: Midnight Blue. HEX triplet: 08, 12 and 71. RGB value is (8,18,113). Sum of RGB (Red+Green+Blue) = 8+18+113=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 18 (7.42% from 255 or 12.95% 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 #081271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081271 is #F7ED8E. Grayscale: #191919. Windows color (decimal): -16248207 or 7410184. OLE color: 7410184.

HSL color Cylindrical-coordinate representation of color #081271: hue angle of 234.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081271 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 18 113 -
CMYK 0.93 0.84 0 0.56
HSL 234.29º 0.87% 0.24% -
HSV(B) 234.29º 0.93% 0.44% -
XYZ 3.3 1.68 15.77 -
YUV 25.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 8 18 113 0.93 0.84 0 0.56 234.29 0.87 0.24
Hex 8 12 71 5D 54 0 38 EA 57 18
Octal 10 22 161 135 124 0 70 352 127 30
Binary 1000 10010 1110001 1011101 1010100 0 111000 11101010 1010111 11000

Color Harmonies of #081271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081271

Black with #081271

Text Example


Text Example

White with #081271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081271; }

 p { color: rgb(8,18,113); }

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

background-color css

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

 a { background-color: rgb(8,18,113); }

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

border-color css

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

 span { border-color: rgb(8,18,113); }

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