#030664

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

Shades of Navy #030664

Tints of Navy #030664

Color information

#030664 (or 0x030664) is unknown color: approx Navy. HEX triplet: 03, 06 and 64. RGB value is (3,6,100). Sum of RGB (Red+Green+Blue) = 3+6+100=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #030664 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030664 is #FCF99B. Grayscale: #0F0F0F. Windows color (decimal): -16578972 or 6555139. OLE color: 6555139.

HSL color Cylindrical-coordinate representation of color #030664: hue angle of 238.14º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030664 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB36100-
CMYK0.970.9400.61
HSL238.14º94.17%20.2%-
HSV(B)238.14º97%39.22%-
XYZ2.41.0712.14-
YUV15.82175.51118.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 100 (39.45% from 255) = 91.74%
R=2.75%
G=5.50%
B=91.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal361000.970.9400.61238.1494.1720.2
Hex3664615E03Dee5e14
Octal3614414113607535613624
Binary11110110010011000011011110011110111101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030664; }

 p { color: rgb(3,6,100); }

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

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

 a { background-color: rgb(3,6,100); }

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

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

 span { border-color: rgb(3,6,100); }

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