Html Css Color HEX #011085 Navy

📋 copy color: '#011085'

red 1 ◦ green 16 ◦ blue 133

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

Shades of Navy #011085

Tints of Navy #011085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 0.67%
G = 10.67%
B = 88.67%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011085 (or 0x011085) is known color: Navy. HEX triplet: 01, 10 and 85. RGB value is (1,16,133). Sum of RGB (Red+Green+Blue) = 1+16+133=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #011085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011085 is #FEEF7A. Grayscale: #181818. Windows color (decimal): -16707451 or 8720385. OLE color: 8720385.

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

Color convert

RGB 1 16 133 -
CMYK 0.99 0.88 0 0.48
HSL 233.18º 0.99% 0.26% -
HSV(B) 233.18º 0.99% 0.52% -
XYZ 4.43 2.07 22.36 -
YUV 24.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 1 16 133 0.99 0.88 0 0.48 233.18 0.99 0.26
Hex 1 10 85 63 58 0 30 E9 63 1A
Octal 1 20 205 143 130 0 60 351 143 32
Binary 1 10000 10000101 1100011 1011000 0 110000 11101001 1100011 11010

Color Harmonies of #011085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011085

Black with #011085

Text Example


Text Example

White with #011085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011085; }

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

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

background-color css

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

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

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

border-color css

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

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

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