Html Css Color HEX #0472D7 Navy Blue

📋 copy color: '#0472D7'

red 4 ◦ green 114 ◦ blue 215

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

Shades of Navy Blue #0472D7

Tints of Navy Blue #0472D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.56%

R = 1.2%
G = 34.23%
B = 64.56%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0472D7 (or 0x0472D7) is known color: Navy Blue. HEX triplet: 04, 72 and D7. RGB value is (4,114,215). Sum of RGB (Red+Green+Blue) = 4+114+215=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 215 (84.38% from 255 or 64.56% from 333); Max value from RGB is 215 - color contains mainly: blue. Hex color #0472D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472D7 is #FB8D28. Grayscale: #5C5C5C. Windows color (decimal): -16485673 or 14119428. OLE color: 14119428.

HSL color Cylindrical-coordinate representation of color #0472D7: hue angle of 208.72º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472D7 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 114 215 -
CMYK 0.98 0.47 0 0.16
HSL 208.72º 0.96% 0.43% -
HSV(B) 208.72º 0.98% 0.84% -
XYZ 18.33 16.97 66.6 -
YUV 92.62 197.06 64.79 -
System Red Green Blue C M Y K H S L
Decimal 4 114 215 0.98 0.47 0 0.16 208.72 0.96 0.43
Hex 4 72 D7 62 2F 0 10 D1 60 2B
Octal 4 162 327 142 57 0 20 321 140 53
Binary 100 1110010 11010111 1100010 101111 0 10000 11010001 1100000 101011

Color Harmonies of #0472D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472D7

Black with #0472D7

Text Example


Text Example

White with #0472D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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