Html Css Color HEX #0472BE Navy Blue

📋 copy color: '#0472BE'

red 4 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0472BE

Tints of Navy Blue #0472BE

RGB

 RED value IS 4 (1.95% from 255) = 1.3%

 GREEN value IS 114 (44.92% from 255) = 37.01%

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 1.3%
G = 37.01%
B = 61.69%

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

#0472BE (or 0x0472BE) is known color: Navy Blue. HEX triplet: 04, 72 and BE. RGB value is (4,114,190). Sum of RGB (Red+Green+Blue) = 4+114+190=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #0472BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472BE is #FB8D41. Grayscale: #595959. Windows color (decimal): -16485698 or 12481028. OLE color: 12481028.

HSL color Cylindrical-coordinate representation of color #0472BE: hue angle of 204.52º 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 #0472BE is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 114 190 -
CMYK 0.98 0.40 0 0.25
HSL 204.52º 0.96% 0.38% -
HSV(B) 204.52º 0.98% 0.75% -
XYZ 15.36 15.78 50.95 -
YUV 89.77 184.56 66.82 -
System Red Green Blue C M Y K H S L
Decimal 4 114 190 0.98 0.40 0 0.25 204.52 0.96 0.38
Hex 4 72 BE 62 28 0 19 CD 60 26
Octal 4 162 276 142 50 0 31 315 140 46
Binary 100 1110010 10111110 1100010 101000 0 11001 11001101 1100000 100110

Color Harmonies of #0472BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472BE

Black with #0472BE

Text Example


Text Example

White with #0472BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0472BE;
 }
 .AnyTagClassName
 {
   color: #0472BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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