Html Css Color HEX #011983 Navy

📋 copy color: '#011983'

red 1 ◦ green 25 ◦ blue 131

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

Shades of Navy #011983

Tints of Navy #011983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 0.64%
G = 15.92%
B = 83.44%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011983 (or 0x011983) is known color: Navy. HEX triplet: 01, 19 and 83. RGB value is (1,25,131). Sum of RGB (Red+Green+Blue) = 1+25+131=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 131 (51.56% from 255 or 83.44% from 157); Max value from RGB is 131 - color contains mainly: blue. Hex color #011983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011983 is #FEE67C. Grayscale: #1D1D1D. Windows color (decimal): -16705149 or 8591617. OLE color: 8591617.

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

Color convert

RGB 1 25 131 -
CMYK 0.99 0.81 0 0.49
HSL 228.92º 0.98% 0.26% -
HSV(B) 228.92º 0.99% 0.51% -
XYZ 4.46 2.34 21.69 -
YUV 29.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 1 25 131 0.99 0.81 0 0.49 228.92 0.98 0.26
Hex 1 19 83 63 51 0 31 E5 62 1A
Octal 1 31 203 143 121 0 61 345 142 32
Binary 1 11001 10000011 1100011 1010001 0 110001 11100101 1100010 11010

Color Harmonies of #011983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011983

Black with #011983

Text Example


Text Example

White with #011983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011983; }

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

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

background-color css

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

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

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

border-color css

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

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

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