Html Css Color HEX #104DF9 Navy Blue

📋 copy color: '#104DF9'

red 16 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #104DF9

Tints of Navy Blue #104DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 4.68%
G = 22.51%
B = 72.81%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#104DF9 (or 0x104DF9) is known color: Navy Blue. HEX triplet: 10, 4D and F9. RGB value is (16,77,249). Sum of RGB (Red+Green+Blue) = 16+77+249=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #104DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DF9 is #EFB206. Grayscale: #4D4D4D. Windows color (decimal): -15708679 or 16338192. OLE color: 16338192.

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

Color convert

RGB 16 77 249 -
CMYK 0.94 0.69 0 0.02
HSL 224.29º 0.95% 0.52% -
HSV(B) 224.29º 0.94% 0.98% -
XYZ 19.97 12.26 90.94 -
YUV 78.37 224.29 83.51 -
System Red Green Blue C M Y K H S L
Decimal 16 77 249 0.94 0.69 0 0.02 224.29 0.95 0.52
Hex 10 4D F9 5E 45 0 2 E0 5F 34
Octal 20 115 371 136 105 0 2 340 137 64
Binary 10000 1001101 11111001 1011110 1000101 0 10 11100000 1011111 110100

Color Harmonies of #104DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DF9

Black with #104DF9

Text Example


Text Example

White with #104DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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