#030360

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

Shades of Navy #030360

Tints of Navy #030360

Color information

#030360 (or 0x030360) is unknown color: approx Navy. HEX triplet: 03, 03 and 60. RGB value is (3,3,96). Sum of RGB (Red+Green+Blue) = 3+3+96=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #030360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030360 is #FCFC9F. Grayscale: #0D0D0D. Windows color (decimal): -16579744 or 6292227. OLE color: 6292227.

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

Color convert

RGB3396-
CMYK0.970.9700.62
HSL240º93.94%19.41%-
HSV(B)240º96.88%37.65%-
XYZ2.180.9311.13-
YUV13.6174.5120.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 96 (37.89% from 255) = 94.12%
R=2.94%
G=2.94%
B=94.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal33960.970.9700.6224093.9419.41
Hex3360616103Ef05e13
Octal3314014114107636013623
Binary1111110000011000011100001011111011110000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030360; }

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

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

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

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

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

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

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

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