#030662

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

Shades of Navy #030662

Tints of Navy #030662

Color information

#030662 (or 0x030662) is unknown color: approx Navy. HEX triplet: 03, 06 and 62. RGB value is (3,6,98). Sum of RGB (Red+Green+Blue) = 3+6+98=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #030662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030662 is #FCF99D. Grayscale: #0F0F0F. Windows color (decimal): -16578974 or 6424067. OLE color: 6424067.

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

Color convert

RGB3698-
CMYK0.970.9400.62
HSL238.11º94.06%19.8%-
HSV(B)238.11º96.94%38.43%-
XYZ2.311.0311.63-
YUV15.59174.51119.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 98 (38.67% from 255) = 91.59%
R=2.80%
G=5.61%
B=91.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal36980.970.9400.62238.1194.0619.8
Hex3662615E03Eee5e14
Octal3614214113607635613624
Binary11110110001011000011011110011111011101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030662; }

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

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

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

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

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

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

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

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