#010465

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

Shades of Navy #010465

Tints of Navy #010465

Color information

#010465 (or 0x010465) is unknown color: approx Navy. HEX triplet: 01, 04 and 65. RGB value is (1,4,101). Sum of RGB (Red+Green+Blue) = 1+4+101=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #010465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010465 is #FEFB9A. Grayscale: #0D0D0D. Windows color (decimal): -16710555 or 6620161. OLE color: 6620161.

HSL color Cylindrical-coordinate representation of color #010465: hue angle of 238.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010465 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB14101-
CMYK0.990.9600.60
HSL238.2º98.04%20%-
HSV(B)238.2º99.01%39.61%-
XYZ2.41.0312.38-
YUV14.16177.01118.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 101 (39.84% from 255) = 95.28%
R=0.94%
G=3.77%
B=95.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal141010.990.9600.60238.298.0420
Hex1465636003Cee6214
Octal1414514314007435614224
Binary1100110010111000111100000011110011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010465; }

 p { color: rgb(1,4,101); }

 H1.HeaderClassName
 {
   color: #010465;
 }
 .AnyTagClassName
 {
   color: #010465;
 }
</style>
background-color css

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

 a { background-color: rgb(1,4,101); }

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

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

 span { border-color: rgb(1,4,101); }

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