Html Css Color HEX #0478BF Navy Blue

📋 copy color: '#0478BF'

red 4 ◦ green 120 ◦ blue 191

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

Shades of Navy Blue #0478BF

Tints of Navy Blue #0478BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.1%

 BLUE value IS 191 (75% from 255) = 60.63%

R = 1.27%
G = 38.1%
B = 60.63%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0478BF (or 0x0478BF) is known color: Navy Blue. HEX triplet: 04, 78 and BF. RGB value is (4,120,191). Sum of RGB (Red+Green+Blue) = 4+120+191=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #0478BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0478BF is #FB8740. Grayscale: #5D5D5D. Windows color (decimal): -16484161 or 12548100. OLE color: 12548100.

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

Color convert

RGB 4 120 191 -
CMYK 0.98 0.37 0 0.25
HSL 202.78º 0.96% 0.38% -
HSV(B) 202.78º 0.98% 0.75% -
XYZ 16.17 17.22 51.76 -
YUV 93.41 183.07 64.23 -
System Red Green Blue C M Y K H S L
Decimal 4 120 191 0.98 0.37 0 0.25 202.78 0.96 0.38
Hex 4 78 BF 62 25 0 19 CB 60 26
Octal 4 170 277 142 45 0 31 313 140 46
Binary 100 1111000 10111111 1100010 100101 0 11001 11001011 1100000 100110

Color Harmonies of #0478BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0478BF

Black with #0478BF

Text Example


Text Example

White with #0478BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0478BF; }

 p { color: rgb(4,120,191); }

 H1.HeaderClassName
 {
   color: #0478BF;
 }
 .AnyTagClassName
 {
   color: #0478BF;
 }
</style>

background-color css

<style>
 a { background-color: #0478BF; }

 a { background-color: rgb(4,120,191); }

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

border-color css

<style>
 span { border-color: #0478BF; }

 span { border-color: rgb(4,120,191); }

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