#030663

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

Shades of Navy #030663

Tints of Navy #030663

Color information

#030663 (or 0x030663) is unknown color: approx Navy. HEX triplet: 03, 06 and 63. RGB value is (3,6,99). Sum of RGB (Red+Green+Blue) = 3+6+99=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 99 (39.06% from 255 or 91.67% from 108); Max value from RGB is 99 - color contains mainly: blue. Hex color #030663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030663 is #FCF99C. Grayscale: #0F0F0F. Windows color (decimal): -16578973 or 6489603. OLE color: 6489603.

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

Color convert

RGB3699-
CMYK0.970.9400.61
HSL238.12º94.12%20%-
HSV(B)238.12º96.97%38.82%-
XYZ2.351.0511.88-
YUV15.7175.01118.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 99 (39.06% from 255) = 91.67%
R=2.78%
G=5.56%
B=91.67%

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
Decimal36990.970.9400.61238.1294.1220
Hex3663615E03Dee5e14
Octal3614314113607535613624
Binary11110110001111000011011110011110111101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030663; }

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

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

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

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

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

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

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

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