#010985

Color #010985 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010985

Tints of Navy #010985

Color information

#010985 (or 0x010985) is unknown color: approx 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

RGB19133-
CMYK0.990.9300.48
HSL236.36º98.51%26.27%-
HSV(B)236.36º99.25%52.16%-
XYZ4.341.922.33-
YUV20.74191.35113.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 133 (52.34% from 255) = 93.01%
R=0.70%
G=6.29%
B=93.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191330.990.9300.48236.3698.5126.27
Hex1985635D030ec631a
Octal11120514313506035414332
Binary110011000010111000111011101011000011101100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>