Html Css Color HEX #104EDE Navy Blue

📋 copy color: '#104EDE'

red 16 ◦ green 78 ◦ blue 222

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

Shades of Navy Blue #104EDE

Tints of Navy Blue #104EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 5.06%
G = 24.68%
B = 70.25%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#104EDE (or 0x104EDE) is known color: Navy Blue. HEX triplet: 10, 4E and DE. RGB value is (16,78,222). Sum of RGB (Red+Green+Blue) = 16+78+222=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #104EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EDE is #EFB121. Grayscale: #4B4B4B. Windows color (decimal): -15708450 or 14568976. OLE color: 14568976.

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

Color convert

RGB 16 78 222 -
CMYK 0.93 0.65 0 0.13
HSL 221.94º 0.87% 0.47% -
HSV(B) 221.94º 0.93% 0.87% -
XYZ 16.12 10.83 70.35 -
YUV 75.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 16 78 222 0.93 0.65 0 0.13 221.94 0.87 0.47
Hex 10 4E DE 5D 41 0 D DE 57 2F
Octal 20 116 336 135 101 0 15 336 127 57
Binary 10000 1001110 11011110 1011101 1000001 0 1101 11011110 1010111 101111

Color Harmonies of #104EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104EDE

Black with #104EDE

Text Example


Text Example

White with #104EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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