Html Css Color HEX #010985 Navy

📋 copy color: '#010985'

red 1 ◦ green 9 ◦ blue 133

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

Shades of Navy #010985

Tints of Navy #010985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 0.7%
G = 6.29%
B = 93.01%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010985 (or 0x010985) is known color: Navy. HEX triplet: 01, 09 and 85. RGB value is (1,9,133). Sum of RGB (Red+Green+Blue) = 1+9+133=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 133 (52.34% from 255 or 93.01% from 143); Max value from RGB is 133 - color contains mainly: blue. Hex color #010985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010985 is #FEF67A. Grayscale: #141414. Windows color (decimal): -16709243 or 8718593. OLE color: 8718593.

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

Color convert

RGB 1 9 133 -
CMYK 0.99 0.93 0 0.48
HSL 236.36º 0.99% 0.26% -
HSV(B) 236.36º 0.99% 0.52% -
XYZ 4.34 1.9 22.33 -
YUV 20.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 1 9 133 0.99 0.93 0 0.48 236.36 0.99 0.26
Hex 1 9 85 63 5D 0 30 EC 63 1A
Octal 1 11 205 143 135 0 60 354 143 32
Binary 1 1001 10000101 1100011 1011101 0 110000 11101100 1100011 11010

Color Harmonies of #010985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010985

Black with #010985

Text Example


Text Example

White with #010985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010985; }

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

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

background-color css

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

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

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

border-color css

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

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

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