Html Css Color HEX #080366 Navy

📋 copy color: '#080366'

red 8 ◦ green 3 ◦ blue 102

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

Shades of Navy #080366

Tints of Navy #080366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 90.27%

R = 7.08%
G = 2.65%
B = 90.27%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#080366 (or 0x080366) is known color: Navy. HEX triplet: 08, 03 and 66. RGB value is (8,3,102). Sum of RGB (Red+Green+Blue) = 8+3+102=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 102 (40.23% from 255 or 90.27% from 113); Max value from RGB is 102 - color contains mainly: blue. Hex color #080366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080366 is #F7FC99. Grayscale: #0F0F0F. Windows color (decimal): -16252058 or 6685448. OLE color: 6685448.

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

Color convert

RGB 8 3 102 -
CMYK 0.92 0.97 0 0.6
HSL 243.03º 0.94% 0.21% -
HSV(B) 243.03º 0.97% 0.4% -
XYZ 2.53 1.08 12.64 -
YUV 15.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 8 3 102 0.92 0.97 0 0.6 243.03 0.94 0.21
Hex 8 3 66 5C 61 0 3C F3 5E 15
Octal 10 3 146 134 141 0 74 363 136 25
Binary 1000 11 1100110 1011100 1100001 0 111100 11110011 1011110 10101

Color Harmonies of #080366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080366

Black with #080366

Text Example


Text Example

White with #080366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080366; }

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

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

background-color css

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

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

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

border-color css

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

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

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