Html Css Color HEX #010885 Navy

📋 copy color: '#010885'

red 1 ◦ green 8 ◦ blue 133

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

Shades of Navy #010885

Tints of Navy #010885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

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

R = 0.7%
G = 5.63%
B = 93.66%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010885 (or 0x010885) is known color: Navy. HEX triplet: 01, 08 and 85. RGB value is (1,8,133). Sum of RGB (Red+Green+Blue) = 1+8+133=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 133 (52.34% from 255 or 93.66% from 142); Max value from RGB is 133 - color contains mainly: blue. Hex color #010885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010885 is #FEF77A. Grayscale: #131313. Windows color (decimal): -16709499 or 8718337. OLE color: 8718337.

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

Color convert

RGB 1 8 133 -
CMYK 0.99 0.94 0 0.48
HSL 236.82º 0.99% 0.26% -
HSV(B) 236.82º 0.99% 0.52% -
XYZ 4.33 1.87 22.32 -
YUV 20.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 1 8 133 0.99 0.94 0 0.48 236.82 0.99 0.26
Hex 1 8 85 63 5E 0 30 ED 63 1A
Octal 1 10 205 143 136 0 60 355 143 32
Binary 1 1000 10000101 1100011 1011110 0 110000 11101101 1100011 11010

Color Harmonies of #010885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010885

Black with #010885

Text Example


Text Example

White with #010885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010885; }

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

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

background-color css

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

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

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

border-color css

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

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

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