#03056D

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

Shades of Navy #03056D

Tints of Navy #03056D

Color information

#03056D (or 0x03056D) is unknown color: approx Navy. HEX triplet: 03, 05 and 6D. RGB value is (3,5,109). Sum of RGB (Red+Green+Blue) = 3+5+109=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 109 (42.97% from 255 or 93.16% from 117); Max value from RGB is 109 - color contains mainly: blue. Hex color #03056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03056D is #FCFA92. Grayscale: #0F0F0F. Windows color (decimal): -16579219 or 7144707. OLE color: 7144707.

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

Color convert

RGB35109-
CMYK0.970.9500.57
HSL238.87º94.64%21.96%-
HSV(B)238.87º97.25%42.75%-
XYZ2.851.2314.56-
YUV16.26180.34118.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 109 (42.97% from 255) = 93.16%
R=2.56%
G=4.27%
B=93.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal351090.970.9500.57238.8794.6421.96
Hex356D615F039ef5f16
Octal3515514113707135713726
Binary11101110110111000011011111011100111101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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