Html Css Color HEX #080163 Navy

📋 copy color: '#080163'

red 8 ◦ green 1 ◦ blue 99

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

Shades of Navy #080163

Tints of Navy #080163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 91.67%

R = 7.41%
G = 0.93%
B = 91.67%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#080163 (or 0x080163) is known color: Navy. HEX triplet: 08, 01 and 63. RGB value is (8,1,99). Sum of RGB (Red+Green+Blue) = 8+1+99=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #080163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080163 is #F7FE9C. Grayscale: #0D0D0D. Windows color (decimal): -16252573 or 6488328. OLE color: 6488328.

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

Color convert

RGB 8 1 99 -
CMYK 0.92 0.99 0 0.61
HSL 244.29º 0.98% 0.2% -
HSV(B) 244.29º 0.99% 0.39% -
XYZ 2.36 0.97 11.87 -
YUV 14.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 8 1 99 0.92 0.99 0 0.61 244.29 0.98 0.2
Hex 8 1 63 5C 63 0 3D F4 62 14
Octal 10 1 143 134 143 0 75 364 142 24
Binary 1000 1 1100011 1011100 1100011 0 111101 11110100 1100010 10100

Color Harmonies of #080163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080163

Black with #080163

Text Example


Text Example

White with #080163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080163; }

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

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

background-color css

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

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

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

border-color css

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

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

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