#03147A

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

Shades of Navy #03147A

Tints of Navy #03147A

Color information

#03147A (or 0x03147A) is unknown color: approx Navy. HEX triplet: 03, 14 and 7A. RGB value is (3,20,122). Sum of RGB (Red+Green+Blue) = 3+20+122=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #03147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03147A is #FCEB85. Grayscale: #1A1A1A. Windows color (decimal): -16575366 or 8000515. OLE color: 8000515.

HSL color Cylindrical-coordinate representation of color #03147A: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03147A is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB320122-
CMYK0.980.8400.52
HSL231.43º95.2%24.51%-
HSV(B)231.43º97.54%47.84%-
XYZ3.81.9218.58-
YUV26.54181.87111.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=2.07%
G=13.79%
B=84.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3201220.980.8400.52231.4395.224.51
Hex3147A6254034e75f19
Octal32417214212406434713731
Binary1110100111101011000101010100011010011100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03147A; }

 p { color: rgb(3,20,122); }

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

<style>
 a { background-color: #03147A; }

 a { background-color: rgb(3,20,122); }

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

<style>
 span { border-color: #03147A; }

 span { border-color: rgb(3,20,122); }

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