#030468

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

Shades of Navy #030468

Tints of Navy #030468

Color information

#030468 (or 0x030468) is unknown color: approx Navy. HEX triplet: 03, 04 and 68. RGB value is (3,4,104). Sum of RGB (Red+Green+Blue) = 3+4+104=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 104 (41.02% from 255 or 93.69% from 111); Max value from RGB is 104 - color contains mainly: blue. Hex color #030468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030468 is #FCFB97. Grayscale: #0E0E0E. Windows color (decimal): -16579480 or 6816771. OLE color: 6816771.

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

Color convert

RGB34104-
CMYK0.970.9600.59
HSL239.41º94.39%20.98%-
HSV(B)239.41º97.12%40.78%-
XYZ2.581.1113.17-
YUV15.1178.17119.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 104 (41.02% from 255) = 93.69%
R=2.70%
G=3.60%
B=93.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal341040.970.9600.59239.4194.3920.98
Hex3468616003Bef5e15
Octal3415014114007335713625
Binary11100110100011000011100000011101111101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030468; }

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

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

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

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

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

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

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

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