Html Css Color HEX #011982 Navy

📋 copy color: '#011982'

red 1 ◦ green 25 ◦ blue 130

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

Shades of Navy #011982

Tints of Navy #011982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 83.33%

R = 0.64%
G = 16.03%
B = 83.33%

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

#011982 (or 0x011982) is known color: Navy. HEX triplet: 01, 19 and 82. RGB value is (1,25,130). Sum of RGB (Red+Green+Blue) = 1+25+130=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #011982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011982 is #FEE67D. Grayscale: #1D1D1D. Windows color (decimal): -16705150 or 8526081. OLE color: 8526081.

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

Color convert

RGB 1 25 130 -
CMYK 0.99 0.81 0 0.49
HSL 228.84º 0.98% 0.26% -
HSV(B) 228.84º 0.99% 0.51% -
XYZ 4.39 2.31 21.33 -
YUV 29.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 1 25 130 0.99 0.81 0 0.49 228.84 0.98 0.26
Hex 1 19 82 63 51 0 31 E5 62 1A
Octal 1 31 202 143 121 0 61 345 142 32
Binary 1 11001 10000010 1100011 1010001 0 110001 11100101 1100010 11010

Color Harmonies of #011982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011982

Black with #011982

Text Example


Text Example

White with #011982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011982; }

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

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

background-color css

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

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

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

border-color css

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

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

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