Html Css Color HEX #0478DD Navy Blue

📋 copy color: '#0478DD'

red 4 ◦ green 120 ◦ blue 221

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

Shades of Navy Blue #0478DD

Tints of Navy Blue #0478DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 1.16%
G = 34.78%
B = 64.06%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0478DD (or 0x0478DD) is known color: Navy Blue. HEX triplet: 04, 78 and DD. RGB value is (4,120,221). Sum of RGB (Red+Green+Blue) = 4+120+221=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #0478DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0478DD is #FB8722. Grayscale: #606060. Windows color (decimal): -16484131 or 14514180. OLE color: 14514180.

HSL color Cylindrical-coordinate representation of color #0478DD: hue angle of 207.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478DD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 120 221 -
CMYK 0.98 0.46 0 0.13
HSL 207.93º 0.96% 0.44% -
HSV(B) 207.93º 0.98% 0.87% -
XYZ 19.82 18.68 70.97 -
YUV 96.83 198.07 61.79 -
System Red Green Blue C M Y K H S L
Decimal 4 120 221 0.98 0.46 0 0.13 207.93 0.96 0.44
Hex 4 78 DD 62 2E 0 D D0 60 2C
Octal 4 170 335 142 56 0 15 320 140 54
Binary 100 1111000 11011101 1100010 101110 0 1101 11010000 1100000 101100

Color Harmonies of #0478DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0478DD

Black with #0478DD

Text Example


Text Example

White with #0478DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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