Html Css Color HEX #080165 Navy

📋 copy color: '#080165'

red 8 ◦ green 1 ◦ blue 101

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

Shades of Navy #080165

Tints of Navy #080165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

 BLUE value IS 101 (39.84% from 255) = 91.82%

R = 7.27%
G = 0.91%
B = 91.82%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#080165 (or 0x080165) is known color: Navy. HEX triplet: 08, 01 and 65. RGB value is (8,1,101). Sum of RGB (Red+Green+Blue) = 8+1+101=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 101 (39.84% from 255 or 91.82% from 110); Max value from RGB is 101 - color contains mainly: blue. Hex color #080165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080165 is #F7FE9A. Grayscale: #0E0E0E. Windows color (decimal): -16252571 or 6619400. OLE color: 6619400.

HSL color Cylindrical-coordinate representation of color #080165: hue angle of 244.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080165 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 1 101 -
CMYK 0.92 0.99 0 0.60
HSL 244.2º 0.98% 0.2% -
HSV(B) 244.2º 0.99% 0.4% -
XYZ 2.46 1.01 12.38 -
YUV 14.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 8 1 101 0.92 0.99 0 0.60 244.2 0.98 0.2
Hex 8 1 65 5C 63 0 3C F4 62 14
Octal 10 1 145 134 143 0 74 364 142 24
Binary 1000 1 1100101 1011100 1100011 0 111100 11110100 1100010 10100

Color Harmonies of #080165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080165

Black with #080165

Text Example


Text Example

White with #080165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080165; }

 p { color: rgb(8,1,101); }

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

background-color css

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

 a { background-color: rgb(8,1,101); }

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

border-color css

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

 span { border-color: rgb(8,1,101); }

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