#03026D

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

Shades of Navy #03026D

Tints of Navy #03026D

Color information

#03026D (or 0x03026D) is unknown color: approx Navy. HEX triplet: 03, 02 and 6D. RGB value is (3,2,109). Sum of RGB (Red+Green+Blue) = 3+2+109=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 109 (42.97% from 255 or 95.61% from 114); Max value from RGB is 109 - color contains mainly: blue. Hex color #03026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03026D is #FCFD92. Grayscale: #0E0E0E. Windows color (decimal): -16579987 or 7143939. OLE color: 7143939.

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

Color convert

RGB32109-
CMYK0.970.9800.57
HSL240.56º96.4%21.76%-
HSV(B)240.56º98.17%42.75%-
XYZ2.821.1714.54-
YUV14.5181.33119.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 109 (42.97% from 255) = 95.61%
R=2.63%
G=1.75%
B=95.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321090.970.9800.57240.5696.421.76
Hex326D6162039f16016
Octal3215514114207136114026
Binary1110110110111000011100010011100111110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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