Html Css Color HEX #080255 Midnight Blue

📋 copy color: '#080255'

red 8 ◦ green 2 ◦ blue 85

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

Shades of Midnight Blue #080255

Tints of Midnight Blue #080255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 89.47%

R = 8.42%
G = 2.11%
B = 89.47%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080255 (or 0x080255) is known color: Midnight Blue. HEX triplet: 08, 02 and 55. RGB value is (8,2,85). Sum of RGB (Red+Green+Blue) = 8+2+85=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #080255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080255 is #F7FDAA. Grayscale: #0C0C0C. Windows color (decimal): -16252331 or 5571080. OLE color: 5571080.

HSL color Cylindrical-coordinate representation of color #080255: hue angle of 244.34º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080255 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 2 85 -
CMYK 0.91 0.98 0 0.67
HSL 244.34º 0.95% 0.17% -
HSV(B) 244.34º 0.98% 0.33% -
XYZ 1.76 0.75 8.65 -
YUV 13.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 8 2 85 0.91 0.98 0 0.67 244.34 0.95 0.17
Hex 8 2 55 5B 62 0 43 F4 5F 11
Octal 10 2 125 133 142 0 103 364 137 21
Binary 1000 10 1010101 1011011 1100010 0 1000011 11110100 1011111 10001

Color Harmonies of #080255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080255

Black with #080255

Text Example


Text Example

White with #080255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080255; }

 p { color: rgb(8,2,85); }

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

background-color css

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

 a { background-color: rgb(8,2,85); }

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

border-color css

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

 span { border-color: rgb(8,2,85); }

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