Html Css Color HEX #011A85 Navy

📋 copy color: '#011A85'

red 1 ◦ green 26 ◦ blue 133

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

Shades of Navy #011A85

Tints of Navy #011A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

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

R = 0.63%
G = 16.25%
B = 83.13%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011A85 (or 0x011A85) is known color: Navy. HEX triplet: 01, 1A and 85. RGB value is (1,26,133). Sum of RGB (Red+Green+Blue) = 1+26+133=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #011A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A85 is #FEE57A. Grayscale: #1E1E1E. Windows color (decimal): -16704891 or 8722945. OLE color: 8722945.

HSL color Cylindrical-coordinate representation of color #011A85: hue angle of 228.64º 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 #011A85 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 26 133 -
CMYK 0.99 0.80 0 0.48
HSL 228.64º 0.99% 0.26% -
HSV(B) 228.64º 0.99% 0.52% -
XYZ 4.62 2.44 22.42 -
YUV 30.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 1 26 133 0.99 0.80 0 0.48 228.64 0.99 0.26
Hex 1 1A 85 63 50 0 30 E5 63 1A
Octal 1 32 205 143 120 0 60 345 143 32
Binary 1 11010 10000101 1100011 1010000 0 110000 11100101 1100011 11010

Color Harmonies of #011A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A85

Black with #011A85

Text Example


Text Example

White with #011A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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