Html Css Color HEX #080184 Navy

📋 copy color: '#080184'

red 8 ◦ green 1 ◦ blue 132

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

Shades of Navy #080184

Tints of Navy #080184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 93.62%

R = 5.67%
G = 0.71%
B = 93.62%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#080184 (or 0x080184) is known color: Navy. HEX triplet: 08, 01 and 84. RGB value is (8,1,132). Sum of RGB (Red+Green+Blue) = 8+1+132=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 132 (51.95% from 255 or 93.62% from 141); Max value from RGB is 132 - color contains mainly: blue. Hex color #080184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080184 is #F7FE7B. Grayscale: #111111. Windows color (decimal): -16252540 or 8651016. OLE color: 8651016.

HSL color Cylindrical-coordinate representation of color #080184: hue angle of 243.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080184 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 1 132 -
CMYK 0.94 0.99 0 0.48
HSL 243.21º 0.98% 0.26% -
HSV(B) 243.21º 0.99% 0.52% -
XYZ 4.28 1.74 21.94 -
YUV 18.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 8 1 132 0.94 0.99 0 0.48 243.21 0.98 0.26
Hex 8 1 84 5E 63 0 30 F3 62 1A
Octal 10 1 204 136 143 0 60 363 142 32
Binary 1000 1 10000100 1011110 1100011 0 110000 11110011 1100010 11010

Color Harmonies of #080184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080184

Black with #080184

Text Example


Text Example

White with #080184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080184; }

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

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

background-color css

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

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

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

border-color css

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

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

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