Html Css Color HEX #104EFF Navy Blue

📋 copy color: '#104EFF'

red 16 ◦ green 78 ◦ blue 255

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

Shades of Navy Blue #104EFF

Tints of Navy Blue #104EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 4.58%
G = 22.35%
B = 73.07%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#104EFF (or 0x104EFF) is known color: Navy Blue. HEX triplet: 10, 4E and FF. RGB value is (16,78,255). Sum of RGB (Red+Green+Blue) = 16+78+255=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #104EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104EFF is #EFB100. Grayscale: #4E4E4E. Windows color (decimal): -15708417 or 16731664. OLE color: 16731664.

HSL color Cylindrical-coordinate representation of color #104EFF: hue angle of 224.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104EFF is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 78 255 -
CMYK 0.94 0.69 0 0
HSL 224.44º 1% 0.53% -
HSV(B) 224.44º 0.94% 1% -
XYZ 20.99 12.78 95.97 -
YUV 79.64 226.96 82.61 -
System Red Green Blue C M Y K H S L
Decimal 16 78 255 0.94 0.69 0 0 224.44 1 0.53
Hex 10 4E FF 5E 45 0 0 E0 64 35
Octal 20 116 377 136 105 0 0 340 144 65
Binary 10000 1001110 11111111 1011110 1000101 0 0 11100000 1100100 110101

Color Harmonies of #104EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104EFF

Black with #104EFF

Text Example


Text Example

White with #104EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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