Html Css Color HEX #080283 Navy

📋 copy color: '#080283'

red 8 ◦ green 2 ◦ blue 131

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

Shades of Navy #080283

Tints of Navy #080283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 5.67%
G = 1.42%
B = 92.91%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#080283 (or 0x080283) is known color: Navy. HEX triplet: 08, 02 and 83. RGB value is (8,2,131). Sum of RGB (Red+Green+Blue) = 8+2+131=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 131 (51.56% from 255 or 92.91% from 141); Max value from RGB is 131 - color contains mainly: blue. Hex color #080283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080283 is #F7FD7C. Grayscale: #111111. Windows color (decimal): -16252285 or 8585736. OLE color: 8585736.

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

Color convert

RGB 8 2 131 -
CMYK 0.94 0.98 0 0.49
HSL 242.79º 0.97% 0.26% -
HSV(B) 242.79º 0.98% 0.51% -
XYZ 4.22 1.73 21.59 -
YUV 18.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 8 2 131 0.94 0.98 0 0.49 242.79 0.97 0.26
Hex 8 2 83 5E 62 0 31 F3 61 1A
Octal 10 2 203 136 142 0 61 363 141 32
Binary 1000 10 10000011 1011110 1100010 0 110001 11110011 1100001 11010

Color Harmonies of #080283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080283

Black with #080283

Text Example


Text Example

White with #080283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080283; }

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

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

background-color css

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

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

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

border-color css

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

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

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