#03025A

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

Shades of Navy #03025A

Tints of Navy #03025A

Color information

#03025A (or 0x03025A) is unknown color: approx Navy. HEX triplet: 03, 02 and 5A. RGB value is (3,2,90). Sum of RGB (Red+Green+Blue) = 3+2+90=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #03025A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03025A is #FCFDA5. Grayscale: #0B0B0B. Windows color (decimal): -16580006 or 5898755. OLE color: 5898755.

HSL color Cylindrical-coordinate representation of color #03025A: hue angle of 240.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03025A is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB3290-
CMYK0.970.9800.65
HSL240.68º95.65%18.04%-
HSV(B)240.68º97.78%35.29%-
XYZ1.90.89.73-
YUV12.33171.83121.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 90 (35.55% from 255) = 94.74%
R=3.16%
G=2.11%
B=94.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal32900.970.9800.65240.6895.6518.04
Hex325A6162041f16012
Octal32132141142010136114022
Binary11101011010110000111000100100000111110001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03025A; }

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

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

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

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

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

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

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

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