Html Css Color HEX #080369 Navy

📋 copy color: '#080369'

red 8 ◦ green 3 ◦ blue 105

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

Shades of Navy #080369

Tints of Navy #080369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 90.52%

R = 6.9%
G = 2.59%
B = 90.52%

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

#080369 (or 0x080369) is known color: Navy. HEX triplet: 08, 03 and 69. RGB value is (8,3,105). Sum of RGB (Red+Green+Blue) = 8+3+105=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #080369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080369 is #F7FC96. Grayscale: #0F0F0F. Windows color (decimal): -16252055 or 6882056. OLE color: 6882056.

HSL color Cylindrical-coordinate representation of color #080369: hue angle of 242.94º 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 #080369 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 3 105 -
CMYK 0.92 0.97 0 0.59
HSL 242.94º 0.94% 0.21% -
HSV(B) 242.94º 0.97% 0.41% -
XYZ 2.68 1.14 13.44 -
YUV 16.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 8 3 105 0.92 0.97 0 0.59 242.94 0.94 0.21
Hex 8 3 69 5C 61 0 3B F3 5E 15
Octal 10 3 151 134 141 0 73 363 136 25
Binary 1000 11 1101001 1011100 1100001 0 111011 11110011 1011110 10101

Color Harmonies of #080369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080369

Black with #080369

Text Example


Text Example

White with #080369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080369; }

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

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

background-color css

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

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

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

border-color css

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

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

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