Html Css Color HEX #080375 Navy

📋 copy color: '#080375'

red 8 ◦ green 3 ◦ blue 117

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

Shades of Navy #080375

Tints of Navy #080375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 91.41%

R = 6.25%
G = 2.34%
B = 91.41%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#080375 (or 0x080375) is known color: Navy. HEX triplet: 08, 03 and 75. RGB value is (8,3,117). Sum of RGB (Red+Green+Blue) = 8+3+117=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 117 (46.09% from 255 or 91.41% from 128); Max value from RGB is 117 - color contains mainly: blue. Hex color #080375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080375 is #F7FC8A. Grayscale: #111111. Windows color (decimal): -16252043 or 7668488. OLE color: 7668488.

HSL color Cylindrical-coordinate representation of color #080375: hue angle of 242.63º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080375 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 3 117 -
CMYK 0.93 0.97 0 0.54
HSL 242.63º 0.95% 0.24% -
HSV(B) 242.63º 0.97% 0.46% -
XYZ 3.34 1.4 16.92 -
YUV 17.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 8 3 117 0.93 0.97 0 0.54 242.63 0.95 0.24
Hex 8 3 75 5D 61 0 36 F3 5F 18
Octal 10 3 165 135 141 0 66 363 137 30
Binary 1000 11 1110101 1011101 1100001 0 110110 11110011 1011111 11000

Color Harmonies of #080375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080375

Black with #080375

Text Example


Text Example

White with #080375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080375; }

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

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

background-color css

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

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

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

border-color css

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

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

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