#03076F

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

Shades of Navy #03076F

Tints of Navy #03076F

Color information

#03076F (or 0x03076F) is unknown color: approx Navy. HEX triplet: 03, 07 and 6F. RGB value is (3,7,111). Sum of RGB (Red+Green+Blue) = 3+7+111=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #03076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03076F is #FCF890. Grayscale: #111111. Windows color (decimal): -16578705 or 7276291. OLE color: 7276291.

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

Color convert

RGB37111-
CMYK0.970.9400.56
HSL237.78º94.74%22.35%-
HSV(B)237.78º97.3%43.53%-
XYZ2.981.3215.14-
YUV17.66180.67117.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 111 (43.75% from 255) = 91.74%
R=2.48%
G=5.79%
B=91.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371110.970.9400.56237.7894.7422.35
Hex376F615E038ee5f16
Octal3715714113607035613726
Binary11111110111111000011011110011100011101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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