#030864

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

Shades of Navy #030864

Tints of Navy #030864

Color information

#030864 (or 0x030864) is unknown color: approx Navy. HEX triplet: 03, 08 and 64. RGB value is (3,8,100). Sum of RGB (Red+Green+Blue) = 3+8+100=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 100 (39.45% from 255 or 90.09% from 111); Max value from RGB is 100 - color contains mainly: blue. Hex color #030864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030864 is #FCF79B. Grayscale: #101010. Windows color (decimal): -16578460 or 6555651. OLE color: 6555651.

HSL color Cylindrical-coordinate representation of color #030864: hue angle of 236.91º 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 #030864 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB38100-
CMYK0.970.9200.61
HSL236.91º94.17%20.2%-
HSV(B)236.91º97%39.22%-
XYZ2.421.1112.14-
YUV16.99174.84118.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 100 (39.45% from 255) = 90.09%
R=2.70%
G=7.21%
B=90.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal381000.970.9200.61236.9194.1720.2
Hex3864615C03Ded5e14
Octal31014414113407535513624
Binary111000110010011000011011100011110111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030864; }

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

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

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

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

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

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

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

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