Html Css Color HEX #104AFF Navy Blue

📋 copy color: '#104AFF'

red 16 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #104AFF

Tints of Navy Blue #104AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 4.64%
G = 21.45%
B = 73.91%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#104AFF (or 0x104AFF) is known color: Navy Blue. HEX triplet: 10, 4A and FF. RGB value is (16,74,255). Sum of RGB (Red+Green+Blue) = 16+74+255=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #104AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AFF is #EFB500. Grayscale: #4C4C4C. Windows color (decimal): -15709441 or 16730640. OLE color: 16730640.

HSL color Cylindrical-coordinate representation of color #104AFF: hue angle of 225.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 #104AFF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 74 255 -
CMYK 0.94 0.71 0 0
HSL 225.44º 1% 0.53% -
HSV(B) 225.44º 0.94% 1% -
XYZ 20.71 12.23 95.88 -
YUV 77.29 228.28 84.28 -
System Red Green Blue C M Y K H S L
Decimal 16 74 255 0.94 0.71 0 0 225.44 1 0.53
Hex 10 4A FF 5E 47 0 0 E1 64 35
Octal 20 112 377 136 107 0 0 341 144 65
Binary 10000 1001010 11111111 1011110 1000111 0 0 11100001 1100100 110101

Color Harmonies of #104AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AFF

Black with #104AFF

Text Example


Text Example

White with #104AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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