Html Css Color HEX #080183 Navy

📋 copy color: '#080183'

red 8 ◦ green 1 ◦ blue 131

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

Shades of Navy #080183

Tints of Navy #080183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 93.57%

R = 5.71%
G = 0.71%
B = 93.57%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080183 (or 0x080183) is known color: Navy. HEX triplet: 08, 01 and 83. RGB value is (8,1,131). Sum of RGB (Red+Green+Blue) = 8+1+131=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 131 (51.56% from 255 or 93.57% from 140); Max value from RGB is 131 - color contains mainly: blue. Hex color #080183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080183 is #F7FE7C. Grayscale: #111111. Windows color (decimal): -16252541 or 8585480. OLE color: 8585480.

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

Color convert

RGB 8 1 131 -
CMYK 0.94 0.99 0 0.49
HSL 243.23º 0.98% 0.26% -
HSV(B) 243.23º 0.99% 0.51% -
XYZ 4.21 1.71 21.58 -
YUV 17.91 191.82 120.93 -
System Red Green Blue C M Y K H S L
Decimal 8 1 131 0.94 0.99 0 0.49 243.23 0.98 0.26
Hex 8 1 83 5E 63 0 31 F3 62 1A
Octal 10 1 203 136 143 0 61 363 142 32
Binary 1000 1 10000011 1011110 1100011 0 110001 11110011 1100010 11010

Color Harmonies of #080183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080183

Black with #080183

Text Example


Text Example

White with #080183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080183; }

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

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

background-color css

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

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

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

border-color css

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

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

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