#104FDD

Color #104FDD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #104FDD

Tints of Navy Blue #104FDD

Color information

#104FDD (or 0x104FDD) is unknown color: approx Navy Blue. HEX triplet: 10, 4F and DD. RGB value is (16,79,221). Sum of RGB (Red+Green+Blue) = 16+79+221=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #104FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FDD is #EFB022. Grayscale: #4B4B4B. Windows color (decimal): -15708195 or 14503696. OLE color: 14503696.

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

Color convert

RGB1679221-
CMYK0.930.6400.13
HSL221.56º86.5%46.47%-
HSV(B)221.56º92.76%86.67%-
XYZ16.0610.9269.67-
YUV76.35209.6384.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.06%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 69.94%
R=5.06%
G=25%
B=69.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16792210.930.6400.13221.5686.546.47
Hex104FDD5D400Dde562e
Octal2011733513510001533612656
Binary100001001111110111011011101100000001101110111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #104FDD;
 }
 .AnyTagClassName
 {
   color: #104FDD;
 }
</style>
background-color css

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

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

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

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

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

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