#030282

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

Shades of Navy #030282

Tints of Navy #030282

Color information

#030282 (or 0x030282) is unknown color: approx Navy. HEX triplet: 03, 02 and 82. RGB value is (3,2,130). Sum of RGB (Red+Green+Blue) = 3+2+130=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #030282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030282 is #FCFD7D. Grayscale: #101010. Windows color (decimal): -16579966 or 8520195. OLE color: 8520195.

HSL color Cylindrical-coordinate representation of color #030282: hue angle of 240.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030282 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32130-
CMYK0.980.9800.49
HSL240.47º96.97%25.88%-
HSV(B)240.47º98.46%50.98%-
XYZ4.091.6721.23-
YUV16.89191.83118.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 130 (51.17% from 255) = 96.30%
R=2.22%
G=1.48%
B=96.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321300.980.9800.49240.4796.9725.88
Hex32826262031f0611a
Octal3220214214206136014132
Binary11101000001011000101100010011000111110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030282; }

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

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

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

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

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

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

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

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