Html Css Color HEX #104DDF Navy Blue

📋 copy color: '#104DDF'

red 16 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #104DDF

Tints of Navy Blue #104DDF

RGB

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

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

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

R = 5.06%
G = 24.37%
B = 70.57%

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

#104DDF (or 0x104DDF) is known color: Navy Blue. HEX triplet: 10, 4D and DF. RGB value is (16,77,223). Sum of RGB (Red+Green+Blue) = 16+77+223=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #104DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DDF is #EFB220. Grayscale: #4A4A4A. Windows color (decimal): -15708705 or 14634256. OLE color: 14634256.

HSL color Cylindrical-coordinate representation of color #104DDF: hue angle of 222.32º 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 #104DDF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 77 223 -
CMYK 0.93 0.65 0 0.13
HSL 222.32º 0.87% 0.47% -
HSV(B) 222.32º 0.93% 0.87% -
XYZ 16.19 10.75 71.03 -
YUV 75.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 16 77 223 0.93 0.65 0 0.13 222.32 0.87 0.47
Hex 10 4D DF 5D 41 0 D DE 57 2F
Octal 20 115 337 135 101 0 15 336 127 57
Binary 10000 1001101 11011111 1011101 1000001 0 1101 11011110 1010111 101111

Color Harmonies of #104DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DDF

Black with #104DDF

Text Example


Text Example

White with #104DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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