Html Css Color HEX #104FDC Navy Blue

📋 copy color: '#104FDC'

red 16 ◦ green 79 ◦ blue 220

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

Shades of Navy Blue #104FDC

Tints of Navy Blue #104FDC

RGB

 RED value IS 16 (6.64% from 255) = 5.08%

 GREEN value IS 79 (31.25% from 255) = 25.08%

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

R = 5.08%
G = 25.08%
B = 69.84%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#104FDC (or 0x104FDC) is known color: Navy Blue. HEX triplet: 10, 4F and DC. RGB value is (16,79,220). Sum of RGB (Red+Green+Blue) = 16+79+220=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #104FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FDC is #EFB023. Grayscale: #4B4B4B. Windows color (decimal): -15708196 or 14438160. OLE color: 14438160.

HSL color Cylindrical-coordinate representation of color #104FDC: hue angle of 221.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104FDC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 79 220 -
CMYK 0.93 0.64 0 0.14
HSL 221.47º 0.86% 0.46% -
HSV(B) 221.47º 0.93% 0.86% -
XYZ 15.93 10.87 68.97 -
YUV 76.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 16 79 220 0.93 0.64 0 0.14 221.47 0.86 0.46
Hex 10 4F DC 5D 40 0 E DD 56 2E
Octal 20 117 334 135 100 0 16 335 126 56
Binary 10000 1001111 11011100 1011101 1000000 0 1110 11011101 1010110 101110

Color Harmonies of #104FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FDC

Black with #104FDC

Text Example


Text Example

White with #104FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104FDC; }

 p { color: rgb(16,79,220); }

 H1.HeaderClassName
 {
   color: #104FDC;
 }
 .AnyTagClassName
 {
   color: #104FDC;
 }
</style>

background-color css

<style>
 a { background-color: #104FDC; }

 a { background-color: rgb(16,79,220); }

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

border-color css

<style>
 span { border-color: #104FDC; }

 span { border-color: rgb(16,79,220); }

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