Html Css Color HEX #104FDF Navy Blue

📋 copy color: '#104FDF'

red 16 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #104FDF

Tints of Navy Blue #104FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 5.03%
G = 24.84%
B = 70.13%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#104FDF (or 0x104FDF) is known color: Navy Blue. HEX triplet: 10, 4F and DF. RGB value is (16,79,223). Sum of RGB (Red+Green+Blue) = 16+79+223=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #104FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FDF is #EFB020. Grayscale: #4B4B4B. Windows color (decimal): -15708193 or 14634768. OLE color: 14634768.

HSL color Cylindrical-coordinate representation of color #104FDF: hue angle of 221.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104FDF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 79 223 -
CMYK 0.93 0.65 0 0.13
HSL 221.74º 0.87% 0.47% -
HSV(B) 221.74º 0.93% 0.87% -
XYZ 16.33 11.03 71.08 -
YUV 76.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 16 79 223 0.93 0.65 0 0.13 221.74 0.87 0.47
Hex 10 4F DF 5D 41 0 D DE 57 2F
Octal 20 117 337 135 101 0 15 336 127 57
Binary 10000 1001111 11011111 1011101 1000001 0 1101 11011110 1010111 101111

Color Harmonies of #104FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FDF

Black with #104FDF

Text Example


Text Example

White with #104FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,79,223); }

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

background-color css

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

 a { background-color: rgb(16,79,223); }

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

border-color css

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

 span { border-color: rgb(16,79,223); }

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