#0472BF

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

Shades of Navy Blue #0472BF

Tints of Navy Blue #0472BF

Color information

#0472BF (or 0x0472BF) is unknown color: approx Navy Blue. HEX triplet: 04, 72 and BF. RGB value is (4,114,191). Sum of RGB (Red+Green+Blue) = 4+114+191=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #0472BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472BF is #FB8D40. Grayscale: #595959. Windows color (decimal): -16485697 or 12546564. OLE color: 12546564.

HSL color Cylindrical-coordinate representation of color #0472BF: hue angle of 204.71º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472BF is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4114191-
CMYK0.980.4000.25
HSL204.71º95.9%38.24%-
HSV(B)204.71º97.91%74.9%-
XYZ15.4715.8251.53-
YUV89.89185.0666.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 191 (75% from 255) = 61.81%
R=1.29%
G=36.89%
B=61.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41141910.980.4000.25204.7195.938.24
Hex472BF6228019cd6026
Octal41622771425003131514046
Binary1001110010101111111100010101000011001110011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0472BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0472BF; }

 p { color: rgb(4,114,191); }

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

<style>
 a { background-color: #0472BF; }

 a { background-color: rgb(4,114,191); }

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

<style>
 span { border-color: #0472BF; }

 span { border-color: rgb(4,114,191); }

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