Html Css Color HEX #080361 Midnight Blue

📋 copy color: '#080361'

red 8 ◦ green 3 ◦ blue 97

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

Shades of Midnight Blue #080361

Tints of Midnight Blue #080361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 89.81%

R = 7.41%
G = 2.78%
B = 89.81%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080361 (or 0x080361) is known color: Midnight Blue. HEX triplet: 08, 03 and 61. RGB value is (8,3,97). Sum of RGB (Red+Green+Blue) = 8+3+97=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #080361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080361 is #F7FC9E. Grayscale: #0E0E0E. Windows color (decimal): -16252063 or 6357768. OLE color: 6357768.

HSL color Cylindrical-coordinate representation of color #080361: hue angle of 243.19º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080361 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 3 97 -
CMYK 0.92 0.97 0 0.62
HSL 243.19º 0.94% 0.2% -
HSV(B) 243.19º 0.97% 0.38% -
XYZ 2.29 0.98 11.38 -
YUV 15.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 8 3 97 0.92 0.97 0 0.62 243.19 0.94 0.2
Hex 8 3 61 5C 61 0 3E F3 5E 14
Octal 10 3 141 134 141 0 76 363 136 24
Binary 1000 11 1100001 1011100 1100001 0 111110 11110011 1011110 10100

Color Harmonies of #080361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080361

Black with #080361

Text Example


Text Example

White with #080361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080361; }

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

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

background-color css

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

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

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

border-color css

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

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

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