Html Css Color HEX #104DFF Navy Blue

📋 copy color: '#104DFF'

red 16 ◦ green 77 ◦ blue 255

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

Shades of Navy Blue #104DFF

Tints of Navy Blue #104DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

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

R = 4.6%
G = 22.13%
B = 73.28%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#104DFF (or 0x104DFF) is known color: Navy Blue. HEX triplet: 10, 4D and FF. RGB value is (16,77,255). Sum of RGB (Red+Green+Blue) = 16+77+255=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #104DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DFF is #EFB200. Grayscale: #4E4E4E. Windows color (decimal): -15708673 or 16731408. OLE color: 16731408.

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

Color convert

RGB 16 77 255 -
CMYK 0.94 0.70 0 0
HSL 224.69º 1% 0.53% -
HSV(B) 224.69º 0.94% 1% -
XYZ 20.92 12.64 95.94 -
YUV 79.05 227.29 83.03 -
System Red Green Blue C M Y K H S L
Decimal 16 77 255 0.94 0.70 0 0 224.69 1 0.53
Hex 10 4D FF 5E 46 0 0 E1 64 35
Octal 20 115 377 136 106 0 0 341 144 65
Binary 10000 1001101 11111111 1011110 1000110 0 0 11100001 1100100 110101

Color Harmonies of #104DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DFF

Black with #104DFF

Text Example


Text Example

White with #104DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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