Html Css Color HEX #010285 Navy

📋 copy color: '#010285'

red 1 ◦ green 2 ◦ blue 133

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

Shades of Navy #010285

Tints of Navy #010285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 0.74%
G = 1.47%
B = 97.79%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010285 (or 0x010285) is known color: Navy. HEX triplet: 01, 02 and 85. RGB value is (1,2,133). Sum of RGB (Red+Green+Blue) = 1+2+133=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 133 (52.34% from 255 or 97.79% from 136); Max value from RGB is 133 - color contains mainly: blue. Hex color #010285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010285 is #FEFD7A. Grayscale: #101010. Windows color (decimal): -16711035 or 8716801. OLE color: 8716801.

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

Color convert

RGB 1 2 133 -
CMYK 0.99 0.98 0 0.48
HSL 239.55º 0.99% 0.26% -
HSV(B) 239.55º 0.99% 0.52% -
XYZ 4.27 1.74 22.3 -
YUV 16.64 193.67 116.85 -
System Red Green Blue C M Y K H S L
Decimal 1 2 133 0.99 0.98 0 0.48 239.55 0.99 0.26
Hex 1 2 85 63 62 0 30 F0 63 1A
Octal 1 2 205 143 142 0 60 360 143 32
Binary 1 10 10000101 1100011 1100010 0 110000 11110000 1100011 11010

Color Harmonies of #010285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010285

Black with #010285

Text Example


Text Example

White with #010285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010285; }

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

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

background-color css

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

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

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

border-color css

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

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

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