#030661

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

Shades of Navy #030661

Tints of Navy #030661

Color information

#030661 (or 0x030661) is unknown color: approx Navy. HEX triplet: 03, 06 and 61. RGB value is (3,6,97). Sum of RGB (Red+Green+Blue) = 3+6+97=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #030661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030661 is #FCF99E. Grayscale: #0F0F0F. Windows color (decimal): -16578975 or 6358531. OLE color: 6358531.

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

Color convert

RGB3697-
CMYK0.970.9400.62
HSL238.09º94%19.61%-
HSV(B)238.09º96.91%38.04%-
XYZ2.261.0111.39-
YUV15.48174.01119.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 97 (38.28% from 255) = 91.51%
R=2.83%
G=5.66%
B=91.51%

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
Decimal36970.970.9400.62238.099419.61
Hex3661615E03Eee5e14
Octal3614114113607635613624
Binary11110110000111000011011110011111011101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030661; }

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

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

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

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

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

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

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

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