#104EDD

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

Shades of Navy Blue #104EDD

Tints of Navy Blue #104EDD

Color information

#104EDD (or 0x104EDD) is unknown color: approx Navy Blue. HEX triplet: 10, 4E and DD. RGB value is (16,78,221). Sum of RGB (Red+Green+Blue) = 16+78+221=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #104EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDD is #EFB122. Grayscale: #4B4B4B. Windows color (decimal): -15708451 or 14503440. OLE color: 14503440.

HSL color Cylindrical-coordinate representation of color #104EDD: hue angle of 221.85º 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 #104EDD is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1678221-
CMYK0.930.6500.13
HSL221.85º86.5%46.47%-
HSV(B)221.85º92.76%86.67%-
XYZ15.9910.7869.64-
YUV75.76209.9685.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 78 (30.86% from 255) = 24.76%
BLUE value IS 221 (86.72% from 255) = 70.16%
R=5.08%
G=24.76%
B=70.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16782210.930.6500.13221.8586.546.47
Hex104EDD5D410Dde562e
Octal2011633513510101533612656
Binary100001001110110111011011101100000101101110111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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