#030260

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

Shades of Navy #030260

Tints of Navy #030260

Color information

#030260 (or 0x030260) is unknown color: approx Navy. HEX triplet: 03, 02 and 60. RGB value is (3,2,96). Sum of RGB (Red+Green+Blue) = 3+2+96=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 96 (37.89% from 255 or 95.05% from 101); Max value from RGB is 96 - color contains mainly: blue. Hex color #030260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030260 is #FCFD9F. Grayscale: #0C0C0C. Windows color (decimal): -16580000 or 6291971. OLE color: 6291971.

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

Color convert

RGB3296-
CMYK0.970.9800.62
HSL240.64º95.92%19.22%-
HSV(B)240.64º97.92%37.65%-
XYZ2.170.9111.13-
YUV13.02174.83120.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 96 (37.89% from 255) = 95.05%
R=2.97%
G=1.98%
B=95.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal32960.970.9800.62240.6495.9219.22
Hex3260616203Ef16013
Octal3214014114207636114023
Binary1110110000011000011100010011111011110001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030260; }

 p { color: rgb(3,2,96); }

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

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

 a { background-color: rgb(3,2,96); }

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

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

 span { border-color: rgb(3,2,96); }

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