Html Css Color HEX #011083 Navy

📋 copy color: '#011083'

red 1 ◦ green 16 ◦ blue 131

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

Shades of Navy #011083

Tints of Navy #011083

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 16 (6.64% from 255) = 10.81%

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

R = 0.68%
G = 10.81%
B = 88.51%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011083 (or 0x011083) is known color: Navy. HEX triplet: 01, 10 and 83. RGB value is (1,16,131). Sum of RGB (Red+Green+Blue) = 1+16+131=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #011083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011083 is #FEEF7C. Grayscale: #181818. Windows color (decimal): -16707453 or 8589313. OLE color: 8589313.

HSL color Cylindrical-coordinate representation of color #011083: hue angle of 233.08º 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 #011083 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 16 131 -
CMYK 0.99 0.88 0 0.49
HSL 233.08º 0.98% 0.26% -
HSV(B) 233.08º 0.99% 0.51% -
XYZ 4.29 2.02 21.64 -
YUV 24.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 1 16 131 0.99 0.88 0 0.49 233.08 0.98 0.26
Hex 1 10 83 63 58 0 31 E9 62 1A
Octal 1 20 203 143 130 0 61 351 142 32
Binary 1 10000 10000011 1100011 1011000 0 110001 11101001 1100010 11010

Color Harmonies of #011083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011083

Black with #011083

Text Example


Text Example

White with #011083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011083; }

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

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

background-color css

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

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

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

border-color css

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

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

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