Html Css Color HEX #080355 Midnight Blue

📋 copy color: '#080355'

red 8 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #080355

Tints of Midnight Blue #080355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 8.33%
G = 3.13%
B = 88.54%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080355 (or 0x080355) is known color: Midnight Blue. HEX triplet: 08, 03 and 55. RGB value is (8,3,85). Sum of RGB (Red+Green+Blue) = 8+3+85=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 85 (33.59% from 255 or 88.54% from 96); Max value from RGB is 85 - color contains mainly: blue. Hex color #080355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080355 is #F7FCAA. Grayscale: #0D0D0D. Windows color (decimal): -16252075 or 5571336. OLE color: 5571336.

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

Color convert

RGB 8 3 85 -
CMYK 0.91 0.96 0 0.67
HSL 243.66º 0.93% 0.17% -
HSV(B) 243.66º 0.96% 0.33% -
XYZ 1.77 0.77 8.65 -
YUV 13.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 8 3 85 0.91 0.96 0 0.67 243.66 0.93 0.17
Hex 8 3 55 5B 60 0 43 F4 5D 11
Octal 10 3 125 133 140 0 103 364 135 21
Binary 1000 11 1010101 1011011 1100000 0 1000011 11110100 1011101 10001

Color Harmonies of #080355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080355

Black with #080355

Text Example


Text Example

White with #080355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080355; }

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

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

background-color css

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

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

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

border-color css

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

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

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