Html Css Color HEX #0478CF Navy Blue

📋 copy color: '#0478CF'

red 4 ◦ green 120 ◦ blue 207

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

Shades of Navy Blue #0478CF

Tints of Navy Blue #0478CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 1.21%
G = 36.25%
B = 62.54%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0478CF (or 0x0478CF) is known color: Navy Blue. HEX triplet: 04, 78 and CF. RGB value is (4,120,207). Sum of RGB (Red+Green+Blue) = 4+120+207=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #0478CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0478CF is #FB8730. Grayscale: #5E5E5E. Windows color (decimal): -16484145 or 13596676. OLE color: 13596676.

HSL color Cylindrical-coordinate representation of color #0478CF: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478CF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 120 207 -
CMYK 0.98 0.42 0 0.19
HSL 205.71º 0.96% 0.41% -
HSV(B) 205.71º 0.98% 0.81% -
XYZ 18.03 17.96 61.55 -
YUV 95.23 191.07 62.93 -
System Red Green Blue C M Y K H S L
Decimal 4 120 207 0.98 0.42 0 0.19 205.71 0.96 0.41
Hex 4 78 CF 62 2A 0 13 CE 60 29
Octal 4 170 317 142 52 0 23 316 140 51
Binary 100 1111000 11001111 1100010 101010 0 10011 11001110 1100000 101001

Color Harmonies of #0478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0478CF

Black with #0478CF

Text Example


Text Example

White with #0478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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