#03026B

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

Shades of Navy #03026B

Tints of Navy #03026B

Color information

#03026B (or 0x03026B) is unknown color: approx Navy. HEX triplet: 03, 02 and 6B. RGB value is (3,2,107). Sum of RGB (Red+Green+Blue) = 3+2+107=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 107 (42.19% from 255 or 95.54% from 112); Max value from RGB is 107 - color contains mainly: blue. Hex color #03026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03026B is #FCFD94. Grayscale: #0D0D0D. Windows color (decimal): -16579989 or 7012867. OLE color: 7012867.

HSL color Cylindrical-coordinate representation of color #03026B: hue angle of 240.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03026B is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB32107-
CMYK0.970.9800.58
HSL240.57º96.33%21.37%-
HSV(B)240.57º98.13%41.96%-
XYZ2.711.1213.98-
YUV14.27180.33119.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 107 (42.19% from 255) = 95.54%
R=2.68%
G=1.79%
B=95.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal321070.970.9800.58240.5796.3321.37
Hex326B616203Af16015
Octal3215314114207236114025
Binary1110110101111000011100010011101011110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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