#03046F

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

Shades of Navy #03046F

Tints of Navy #03046F

Color information

#03046F (or 0x03046F) is unknown color: approx Navy. HEX triplet: 03, 04 and 6F. RGB value is (3,4,111). Sum of RGB (Red+Green+Blue) = 3+4+111=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 111 (43.75% from 255 or 94.07% from 118); Max value from RGB is 111 - color contains mainly: blue. Hex color #03046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03046F is #FCFB90. Grayscale: #0F0F0F. Windows color (decimal): -16579473 or 7275523. OLE color: 7275523.

HSL color Cylindrical-coordinate representation of color #03046F: hue angle of 239.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03046F is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34111-
CMYK0.970.9600.56
HSL239.44º94.74%22.35%-
HSV(B)239.44º97.3%43.53%-
XYZ2.951.2515.13-
YUV15.9181.67118.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 111 (43.75% from 255) = 94.07%
R=2.54%
G=3.39%
B=94.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341110.970.9600.56239.4494.7422.35
Hex346F6160038ef5f16
Octal3415714114007035713726
Binary11100110111111000011100000011100011101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03046F; }

 p { color: rgb(3,4,111); }

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

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

 a { background-color: rgb(3,4,111); }

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

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

 span { border-color: rgb(3,4,111); }

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