Html Css Color HEX #0471BC Navy Blue

📋 copy color: '#0471BC'

red 4 ◦ green 113 ◦ blue 188

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

Shades of Navy Blue #0471BC

Tints of Navy Blue #0471BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 1.31%
G = 37.05%
B = 61.64%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0471BC (or 0x0471BC) is known color: Navy Blue. HEX triplet: 04, 71 and BC. RGB value is (4,113,188). Sum of RGB (Red+Green+Blue) = 4+113+188=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #0471BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471BC is #FB8E43. Grayscale: #585858. Windows color (decimal): -16485956 or 12349700. OLE color: 12349700.

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

Color convert

RGB 4 113 188 -
CMYK 0.98 0.40 0 0.26
HSL 204.46º 0.96% 0.38% -
HSV(B) 204.46º 0.98% 0.74% -
XYZ 15.03 15.47 49.77 -
YUV 88.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 4 113 188 0.98 0.40 0 0.26 204.46 0.96 0.38
Hex 4 71 BC 62 28 0 1A CC 60 26
Octal 4 161 274 142 50 0 32 314 140 46
Binary 100 1110001 10111100 1100010 101000 0 11010 11001100 1100000 100110

Color Harmonies of #0471BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471BC

Black with #0471BC

Text Example


Text Example

White with #0471BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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