#030585

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

Shades of Navy #030585

Tints of Navy #030585

Color information

#030585 (or 0x030585) is unknown color: approx Navy. HEX triplet: 03, 05 and 85. RGB value is (3,5,133). Sum of RGB (Red+Green+Blue) = 3+5+133=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 133 (52.34% from 255 or 94.33% from 141); Max value from RGB is 133 - color contains mainly: blue. Hex color #030585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030585 is #FCFA7A. Grayscale: #121212. Windows color (decimal): -16579195 or 8717571. OLE color: 8717571.

HSL color Cylindrical-coordinate representation of color #030585: hue angle of 239.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030585 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB35133-
CMYK0.980.9600.48
HSL239.08º95.59%26.67%-
HSV(B)239.08º97.74%52.16%-
XYZ4.331.8222.31-
YUV18.99192.34116.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 133 (52.34% from 255) = 94.33%
R=2.13%
G=3.55%
B=94.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351330.980.9600.48239.0895.5926.67
Hex35856260030ef601b
Octal3520514214006035714033
Binary111011000010111000101100000011000011101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030585; }

 p { color: rgb(3,5,133); }

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

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

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

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

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

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

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