Html Css Color HEX #011285 Navy

📋 copy color: '#011285'

red 1 ◦ green 18 ◦ blue 133

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

Shades of Navy #011285

Tints of Navy #011285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 0.66%
G = 11.84%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011285 (or 0x011285) is known color: Navy. HEX triplet: 01, 12 and 85. RGB value is (1,18,133). Sum of RGB (Red+Green+Blue) = 1+18+133=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #011285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011285 is #FEED7A. Grayscale: #191919. Windows color (decimal): -16706939 or 8720897. OLE color: 8720897.

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

Color convert

RGB 1 18 133 -
CMYK 0.99 0.86 0 0.48
HSL 232.27º 0.99% 0.26% -
HSV(B) 232.27º 0.99% 0.52% -
XYZ 4.46 2.13 22.37 -
YUV 26.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 1 18 133 0.99 0.86 0 0.48 232.27 0.99 0.26
Hex 1 12 85 63 56 0 30 E8 63 1A
Octal 1 22 205 143 126 0 60 350 143 32
Binary 1 10010 10000101 1100011 1010110 0 110000 11101000 1100011 11010

Color Harmonies of #011285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011285

Black with #011285

Text Example


Text Example

White with #011285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011285; }

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

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

background-color css

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

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

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

border-color css

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

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

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