#030685

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

Shades of Navy #030685

Tints of Navy #030685

Color information

#030685 (or 0x030685) is unknown color: approx Navy. HEX triplet: 03, 06 and 85. RGB value is (3,6,133). Sum of RGB (Red+Green+Blue) = 3+6+133=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 133 (52.34% from 255 or 93.66% from 142); Max value from RGB is 133 - color contains mainly: blue. Hex color #030685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030685 is #FCF97A. Grayscale: #131313. Windows color (decimal): -16578939 or 8717827. OLE color: 8717827.

HSL color Cylindrical-coordinate representation of color #030685: hue angle of 238.62º 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 #030685 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB36133-
CMYK0.980.9500.48
HSL238.62º95.59%26.67%-
HSV(B)238.62º97.74%52.16%-
XYZ4.341.8422.32-
YUV19.58192.01116.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 133 (52.34% from 255) = 93.66%
R=2.11%
G=4.23%
B=93.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361330.980.9500.48238.6295.5926.67
Hex3685625F030ef601b
Octal3620514213706035714033
Binary111101000010111000101011111011000011101111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030685; }

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

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

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

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

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

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

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

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