#010468

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

Shades of Navy #010468

Tints of Navy #010468

Color information

#010468 (or 0x010468) is unknown color: approx Navy. HEX triplet: 01, 04 and 68. RGB value is (1,4,104). Sum of RGB (Red+Green+Blue) = 1+4+104=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #010468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010468 is #FEFB97. Grayscale: #0E0E0E. Windows color (decimal): -16710552 or 6816769. OLE color: 6816769.

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

Color convert

RGB14104-
CMYK0.990.9600.59
HSL238.25º98.1%20.59%-
HSV(B)238.25º99.04%40.78%-
XYZ2.551.0913.17-
YUV14.5178.51118.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 104 (41.02% from 255) = 95.41%
R=0.92%
G=3.67%
B=95.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal141040.990.9600.59238.2598.120.59
Hex1468636003Bee6215
Octal1415014314007335614225
Binary1100110100011000111100000011101111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010468; }

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

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

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

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

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

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

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

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