Html Css Color HEX #081475 Midnight Blue

📋 copy color: '#081475'

red 8 ◦ green 20 ◦ blue 117

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

Shades of Midnight Blue #081475

Tints of Midnight Blue #081475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 5.52%
G = 13.79%
B = 80.69%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#081475 (or 0x081475) is known color: Midnight Blue. HEX triplet: 08, 14 and 75. RGB value is (8,20,117). Sum of RGB (Red+Green+Blue) = 8+20+117=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #081475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081475 is #F7EB8A. Grayscale: #1B1B1B. Windows color (decimal): -16247691 or 7672840. OLE color: 7672840.

HSL color Cylindrical-coordinate representation of color #081475: hue angle of 233.39º 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 #081475 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 20 117 -
CMYK 0.93 0.83 0 0.54
HSL 233.39º 0.87% 0.25% -
HSV(B) 233.39º 0.93% 0.46% -
XYZ 3.56 1.84 17 -
YUV 27.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 8 20 117 0.93 0.83 0 0.54 233.39 0.87 0.25
Hex 8 14 75 5D 53 0 36 E9 57 19
Octal 10 24 165 135 123 0 66 351 127 31
Binary 1000 10100 1110101 1011101 1010011 0 110110 11101001 1010111 11001

Color Harmonies of #081475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081475

Black with #081475

Text Example


Text Example

White with #081475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081475; }

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

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

background-color css

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

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

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

border-color css

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

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

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