Html Css Color HEX #081175 Midnight Blue

📋 copy color: '#081175'

red 8 ◦ green 17 ◦ blue 117

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

Shades of Midnight Blue #081175

Tints of Midnight Blue #081175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

 BLUE value IS 117 (46.09% from 255) = 82.39%

R = 5.63%
G = 11.97%
B = 82.39%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#081175 (or 0x081175) is known color: Midnight Blue. HEX triplet: 08, 11 and 75. RGB value is (8,17,117). Sum of RGB (Red+Green+Blue) = 8+17+117=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #081175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081175 is #F7EE8A. Grayscale: #191919. Windows color (decimal): -16248459 or 7672072. OLE color: 7672072.

HSL color Cylindrical-coordinate representation of color #081175: hue angle of 235.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081175 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 17 117 -
CMYK 0.93 0.85 0 0.54
HSL 235.05º 0.87% 0.25% -
HSV(B) 235.05º 0.93% 0.46% -
XYZ 3.51 1.74 16.98 -
YUV 25.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 8 17 117 0.93 0.85 0 0.54 235.05 0.87 0.25
Hex 8 11 75 5D 55 0 36 EB 57 19
Octal 10 21 165 135 125 0 66 353 127 31
Binary 1000 10001 1110101 1011101 1010101 0 110110 11101011 1010111 11001

Color Harmonies of #081175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081175

Black with #081175

Text Example


Text Example

White with #081175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081175; }

 p { color: rgb(8,17,117); }

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

background-color css

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

 a { background-color: rgb(8,17,117); }

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

border-color css

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

 span { border-color: rgb(8,17,117); }

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