Html Css Color HEX #080368 Navy

📋 copy color: '#080368'

red 8 ◦ green 3 ◦ blue 104

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

Shades of Navy #080368

Tints of Navy #080368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 90.43%

R = 6.96%
G = 2.61%
B = 90.43%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#080368 (or 0x080368) is known color: Navy. HEX triplet: 08, 03 and 68. RGB value is (8,3,104). Sum of RGB (Red+Green+Blue) = 8+3+104=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #080368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080368 is #F7FC97. Grayscale: #0F0F0F. Windows color (decimal): -16252056 or 6816520. OLE color: 6816520.

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

Color convert

RGB 8 3 104 -
CMYK 0.92 0.97 0 0.59
HSL 242.97º 0.94% 0.21% -
HSV(B) 242.97º 0.97% 0.41% -
XYZ 2.63 1.12 13.17 -
YUV 16.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 8 3 104 0.92 0.97 0 0.59 242.97 0.94 0.21
Hex 8 3 68 5C 61 0 3B F3 5E 15
Octal 10 3 150 134 141 0 73 363 136 25
Binary 1000 11 1101000 1011100 1100001 0 111011 11110011 1011110 10101

Color Harmonies of #080368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080368

Black with #080368

Text Example


Text Example

White with #080368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080368; }

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

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

background-color css

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

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

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

border-color css

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

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

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