Html Css Color HEX #0472BC Navy Blue

📋 copy color: '#0472BC'

red 4 ◦ green 114 ◦ blue 188

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

Shades of Navy Blue #0472BC

Tints of Navy Blue #0472BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 1.31%
G = 37.25%
B = 61.44%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0472BC (or 0x0472BC) is known color: Navy Blue. HEX triplet: 04, 72 and BC. RGB value is (4,114,188). Sum of RGB (Red+Green+Blue) = 4+114+188=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #0472BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472BC is #FB8D43. Grayscale: #595959. Windows color (decimal): -16485700 or 12349956. OLE color: 12349956.

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

Color convert

RGB 4 114 188 -
CMYK 0.98 0.39 0 0.26
HSL 204.13º 0.96% 0.38% -
HSV(B) 204.13º 0.98% 0.74% -
XYZ 15.14 15.69 49.81 -
YUV 89.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 4 114 188 0.98 0.39 0 0.26 204.13 0.96 0.38
Hex 4 72 BC 62 27 0 1A CC 60 26
Octal 4 162 274 142 47 0 32 314 140 46
Binary 100 1110010 10111100 1100010 100111 0 11010 11001100 1100000 100110

Color Harmonies of #0472BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0472BC

Black with #0472BC

Text Example


Text Example

White with #0472BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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