Html Css Color HEX #0470BC Navy Blue

📋 copy color: '#0470BC'

red 4 ◦ green 112 ◦ blue 188

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

Shades of Navy Blue #0470BC

Tints of Navy Blue #0470BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 1.32%
G = 36.84%
B = 61.84%

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

#0470BC (or 0x0470BC) is known color: Navy Blue. HEX triplet: 04, 70 and BC. RGB value is (4,112,188). Sum of RGB (Red+Green+Blue) = 4+112+188=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #0470BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470BC is #FB8F43. Grayscale: #575757. Windows color (decimal): -16486212 or 12349444. OLE color: 12349444.

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

Color convert

RGB 4 112 188 -
CMYK 0.98 0.40 0 0.26
HSL 204.78º 0.96% 0.38% -
HSV(B) 204.78º 0.98% 0.74% -
XYZ 14.92 15.24 49.73 -
YUV 88.37 184.22 67.82 -
System Red Green Blue C M Y K H S L
Decimal 4 112 188 0.98 0.40 0 0.26 204.78 0.96 0.38
Hex 4 70 BC 62 28 0 1A CD 60 26
Octal 4 160 274 142 50 0 32 315 140 46
Binary 100 1110000 10111100 1100010 101000 0 11010 11001101 1100000 100110

Color Harmonies of #0470BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0470BC

Black with #0470BC

Text Example


Text Example

White with #0470BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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