Html Css Color HEX #0472BF Navy Blue

📋 copy color: '#0472BF'

red 4 ◦ green 114 ◦ blue 191

#0472BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0472BF

Tints of Navy Blue #0472BF

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 value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0472BF (or 0x0472BF) is known color: 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

RGB 4 114 191 -
CMYK 0.98 0.40 0 0.25
HSL 204.71º 0.96% 0.38% -
HSV(B) 204.71º 0.98% 0.75% -
XYZ 15.47 15.82 51.53 -
YUV 89.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 4 114 191 0.98 0.40 0 0.25 204.71 0.96 0.38
Hex 4 72 BF 62 28 0 19 CD 60 26
Octal 4 162 277 142 50 0 31 315 140 46
Binary 100 1110010 10111111 1100010 101000 0 11001 11001101 1100000 100110

Color Harmonies of #0472BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472BF

Black with #0472BF

Text Example


Text Example

White with #0472BF

Text Example


Text Example

HTML Codes & Css Web 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>