#03157E

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

Shades of Navy #03157E

Tints of Navy #03157E

Color information

#03157E (or 0x03157E) is unknown color: approx Navy. HEX triplet: 03, 15 and 7E. RGB value is (3,21,126). Sum of RGB (Red+Green+Blue) = 3+21+126=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 126 (49.61% from 255 or 84% from 150); Max value from RGB is 126 - color contains mainly: blue. Hex color #03157E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03157E is #FCEA81. Grayscale: #1B1B1B. Windows color (decimal): -16575106 or 8262915. OLE color: 8262915.

HSL color Cylindrical-coordinate representation of color #03157E: hue angle of 231.22º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03157E is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB321126-
CMYK0.980.8300.51
HSL231.22º95.35%25.29%-
HSV(B)231.22º97.62%49.41%-
XYZ4.072.0619.92-
YUV27.59183.54110.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 126 (49.61% from 255) = 84%
R=2%
G=14%
B=84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3211260.980.8300.51231.2295.3525.29
Hex3157E6253033e75f19
Octal32517614212306334713731
Binary1110101111111011000101010011011001111100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03157E; }

 p { color: rgb(3,21,126); }

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

<style>
 a { background-color: #03157E; }

 a { background-color: rgb(3,21,126); }

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

<style>
 span { border-color: #03157E; }

 span { border-color: rgb(3,21,126); }

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