Html Css Color HEX #104EF5 Navy Blue

📋 copy color: '#104EF5'

red 16 ◦ green 78 ◦ blue 245

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

Shades of Navy Blue #104EF5

Tints of Navy Blue #104EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 72.27%

R = 4.72%
G = 23.01%
B = 72.27%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#104EF5 (or 0x104EF5) is known color: Navy Blue. HEX triplet: 10, 4E and F5. RGB value is (16,78,245). Sum of RGB (Red+Green+Blue) = 16+78+245=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 245 (96.09% from 255 or 72.27% from 339); Max value from RGB is 245 - color contains mainly: blue. Hex color #104EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104EF5 is #EFB10A. Grayscale: #4D4D4D. Windows color (decimal): -15708427 or 16076304. OLE color: 16076304.

HSL color Cylindrical-coordinate representation of color #104EF5: hue angle of 223.76º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104EF5 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 78 245 -
CMYK 0.93 0.68 0 0.04
HSL 223.76º 0.92% 0.51% -
HSV(B) 223.76º 0.93% 0.96% -
XYZ 19.42 12.15 87.71 -
YUV 78.5 221.96 83.42 -
System Red Green Blue C M Y K H S L
Decimal 16 78 245 0.93 0.68 0 0.04 223.76 0.92 0.51
Hex 10 4E F5 5D 44 0 4 E0 5C 33
Octal 20 116 365 135 104 0 4 340 134 63
Binary 10000 1001110 11110101 1011101 1000100 0 100 11100000 1011100 110011

Color Harmonies of #104EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104EF5

Black with #104EF5

Text Example


Text Example

White with #104EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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