#03015B

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

Shades of Navy #03015B

Tints of Navy #03015B

Color information

#03015B (or 0x03015B) is unknown color: approx Navy. HEX triplet: 03, 01 and 5B. RGB value is (3,1,91). Sum of RGB (Red+Green+Blue) = 3+1+91=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 91 (35.94% from 255 or 95.79% from 95); Max value from RGB is 91 - color contains mainly: blue. Hex color #03015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03015B is #FCFEA4. Grayscale: #0B0B0B. Windows color (decimal): -16580261 or 5964035. OLE color: 5964035.

HSL color Cylindrical-coordinate representation of color #03015B: hue angle of 241.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03015B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB3191-
CMYK0.970.9900.64
HSL241.33º97.83%18.04%-
HSV(B)241.33º98.9%35.69%-
XYZ1.940.89.95-
YUV11.86172.66121.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 91 (35.94% from 255) = 95.79%
R=3.16%
G=1.05%
B=95.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal31910.970.9900.64241.3397.8318.04
Hex315B6163040f16212
Octal31133141143010036114222
Binary1111011011110000111000110100000011110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03015B; }

 p { color: rgb(3,1,91); }

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

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

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

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

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

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

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