Html Css Color HEX #011985 Navy

📋 copy color: '#011985'

red 1 ◦ green 25 ◦ blue 133

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

Shades of Navy #011985

Tints of Navy #011985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 83.65%

R = 0.63%
G = 15.72%
B = 83.65%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011985 (or 0x011985) is known color: Navy. HEX triplet: 01, 19 and 85. RGB value is (1,25,133). Sum of RGB (Red+Green+Blue) = 1+25+133=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #011985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011985 is #FEE67A. Grayscale: #1D1D1D. Windows color (decimal): -16705147 or 8722689. OLE color: 8722689.

HSL color Cylindrical-coordinate representation of color #011985: hue angle of 229.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011985 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 25 133 -
CMYK 0.99 0.81 0 0.48
HSL 229.09º 0.99% 0.26% -
HSV(B) 229.09º 0.99% 0.52% -
XYZ 4.59 2.4 22.41 -
YUV 30.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 1 25 133 0.99 0.81 0 0.48 229.09 0.99 0.26
Hex 1 19 85 63 51 0 30 E5 63 1A
Octal 1 31 205 143 121 0 60 345 143 32
Binary 1 11001 10000101 1100011 1010001 0 110000 11100101 1100011 11010

Color Harmonies of #011985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011985

Black with #011985

Text Example


Text Example

White with #011985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011985; }

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

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

background-color css

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

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

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

border-color css

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

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

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