Html Css Color HEX #0474DC Navy Blue

📋 copy color: '#0474DC'

red 4 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #0474DC

Tints of Navy Blue #0474DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 1.18%
G = 34.12%
B = 64.71%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0474DC (or 0x0474DC) is known color: Navy Blue. HEX triplet: 04, 74 and DC. RGB value is (4,116,220). Sum of RGB (Red+Green+Blue) = 4+116+220=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #0474DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0474DC is #FB8B23. Grayscale: #5D5D5D. Windows color (decimal): -16485156 or 14447620. OLE color: 14447620.

HSL color Cylindrical-coordinate representation of color #0474DC: hue angle of 208.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474DC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 116 220 -
CMYK 0.98 0.47 0 0.14
HSL 208.89º 0.96% 0.44% -
HSV(B) 208.89º 0.98% 0.86% -
XYZ 19.21 17.68 70.11 -
YUV 94.37 198.89 63.54 -
System Red Green Blue C M Y K H S L
Decimal 4 116 220 0.98 0.47 0 0.14 208.89 0.96 0.44
Hex 4 74 DC 62 2F 0 E D1 60 2C
Octal 4 164 334 142 57 0 16 321 140 54
Binary 100 1110100 11011100 1100010 101111 0 1110 11010001 1100000 101100

Color Harmonies of #0474DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474DC

Black with #0474DC

Text Example


Text Example

White with #0474DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0474DC; }

 p { color: rgb(4,116,220); }

 H1.HeaderClassName
 {
   color: #0474DC;
 }
 .AnyTagClassName
 {
   color: #0474DC;
 }
</style>

background-color css

<style>
 a { background-color: #0474DC; }

 a { background-color: rgb(4,116,220); }

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

border-color css

<style>
 span { border-color: #0474DC; }

 span { border-color: rgb(4,116,220); }

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