Html Css Color HEX #104FDD Navy Blue

📋 copy color: '#104FDD'

red 16 ◦ green 79 ◦ blue 221

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

Shades of Navy Blue #104FDD

Tints of Navy Blue #104FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 5.06%
G = 25%
B = 69.94%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#104FDD (or 0x104FDD) is known color: Navy Blue. HEX triplet: 10, 4F and DD. RGB value is (16,79,221). Sum of RGB (Red+Green+Blue) = 16+79+221=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #104FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FDD is #EFB022. Grayscale: #4B4B4B. Windows color (decimal): -15708195 or 14503696. OLE color: 14503696.

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

Color convert

RGB 16 79 221 -
CMYK 0.93 0.64 0 0.13
HSL 221.56º 0.86% 0.46% -
HSV(B) 221.56º 0.93% 0.87% -
XYZ 16.06 10.92 69.67 -
YUV 76.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 16 79 221 0.93 0.64 0 0.13 221.56 0.86 0.46
Hex 10 4F DD 5D 40 0 D DE 56 2E
Octal 20 117 335 135 100 0 15 336 126 56
Binary 10000 1001111 11011101 1011101 1000000 0 1101 11011110 1010110 101110

Color Harmonies of #104FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FDD

Black with #104FDD

Text Example


Text Example

White with #104FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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