#030763

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

Shades of Navy #030763

Tints of Navy #030763

Color information

#030763 (or 0x030763) is unknown color: approx Navy. HEX triplet: 03, 07 and 63. RGB value is (3,7,99). Sum of RGB (Red+Green+Blue) = 3+7+99=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #030763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030763 is #FCF89C. Grayscale: #0F0F0F. Windows color (decimal): -16578717 or 6489859. OLE color: 6489859.

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

Color convert

RGB3799-
CMYK0.970.9300.61
HSL237.5º94.12%20%-
HSV(B)237.5º96.97%38.82%-
XYZ2.371.0711.89-
YUV16.29174.67118.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 99 (39.06% from 255) = 90.83%
R=2.75%
G=6.42%
B=90.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37990.970.9300.61237.594.1220
Hex3763615D03Dee5e14
Octal3714314113507535613624
Binary11111110001111000011011101011110111101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030763; }

 p { color: rgb(3,7,99); }

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

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

 a { background-color: rgb(3,7,99); }

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

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

 span { border-color: rgb(3,7,99); }

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