Html Css Color HEX #011683 Navy

📋 copy color: '#011683'

red 1 ◦ green 22 ◦ blue 131

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

Shades of Navy #011683

Tints of Navy #011683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

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

R = 0.65%
G = 14.29%
B = 85.06%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011683 (or 0x011683) is known color: Navy. HEX triplet: 01, 16 and 83. RGB value is (1,22,131). Sum of RGB (Red+Green+Blue) = 1+22+131=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 131 (51.56% from 255 or 85.06% from 154); Max value from RGB is 131 - color contains mainly: blue. Hex color #011683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011683 is #FEE97C. Grayscale: #1B1B1B. Windows color (decimal): -16705917 or 8590849. OLE color: 8590849.

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

Color convert

RGB 1 22 131 -
CMYK 0.99 0.83 0 0.49
HSL 230.31º 0.98% 0.26% -
HSV(B) 230.31º 0.99% 0.51% -
XYZ 4.4 2.22 21.67 -
YUV 28.15 186.04 108.64 -
System Red Green Blue C M Y K H S L
Decimal 1 22 131 0.99 0.83 0 0.49 230.31 0.98 0.26
Hex 1 16 83 63 53 0 31 E6 62 1A
Octal 1 26 203 143 123 0 61 346 142 32
Binary 1 10110 10000011 1100011 1010011 0 110001 11100110 1100010 11010

Color Harmonies of #011683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011683

Black with #011683

Text Example


Text Example

White with #011683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011683; }

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

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

background-color css

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

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

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

border-color css

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

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

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