#03056F

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

Shades of Navy #03056F

Tints of Navy #03056F

Color information

#03056F (or 0x03056F) is unknown color: approx Navy. HEX triplet: 03, 05 and 6F. RGB value is (3,5,111). Sum of RGB (Red+Green+Blue) = 3+5+111=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 111 (43.75% from 255 or 93.28% from 119); Max value from RGB is 111 - color contains mainly: blue. Hex color #03056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03056F is #FCFA90. Grayscale: #101010. Windows color (decimal): -16579217 or 7275779. OLE color: 7275779.

HSL color Cylindrical-coordinate representation of color #03056F: hue angle of 238.89º 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 #03056F is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB35111-
CMYK0.970.9500.56
HSL238.89º94.74%22.35%-
HSV(B)238.89º97.3%43.53%-
XYZ2.961.2815.13-
YUV16.49181.34118.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 111 (43.75% from 255) = 93.28%
R=2.52%
G=4.20%
B=93.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal351110.970.9500.56238.8994.7422.35
Hex356F615F038ef5f16
Octal3515714113707035713726
Binary11101110111111000011011111011100011101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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