Html Css Color HEX #080067 Navy

📋 copy color: '#080067'

red 8 ◦ green 0 ◦ blue 103

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

Shades of Navy #080067

Tints of Navy #080067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 92.79%

R = 7.21%
G = 0%
B = 92.79%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#080067 (or 0x080067) is known color: Navy. HEX triplet: 08, 00 and 67. RGB value is (8,0,103). Sum of RGB (Red+Green+Blue) = 8+0+103=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 103 (40.62% from 255 or 92.79% from 111); Max value from RGB is 103 - color contains mainly: blue. Hex color #080067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080067 is #F7FF98. Grayscale: #0D0D0D. Windows color (decimal): -16252825 or 6750216. OLE color: 6750216.

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

Color convert

RGB 8 0 103 -
CMYK 0.92 1 0 0.60
HSL 244.66º 1% 0.2% -
HSV(B) 244.66º 1% 0.4% -
XYZ 2.55 1.03 12.9 -
YUV 14.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 8 0 103 0.92 1 0 0.60 244.66 1 0.2
Hex 8 0 67 5C 64 0 3C F5 64 14
Octal 10 0 147 134 144 0 74 365 144 24
Binary 1000 0 1100111 1011100 1100100 0 111100 11110101 1100100 10100

Color Harmonies of #080067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080067

Black with #080067

Text Example


Text Example

White with #080067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080067; }

 p { color: rgb(8,0,103); }

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

background-color css

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

 a { background-color: rgb(8,0,103); }

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

border-color css

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

 span { border-color: rgb(8,0,103); }

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