Html Css Color HEX #1054DD Navy Blue

📋 copy color: '#1054DD'

red 16 ◦ green 84 ◦ blue 221

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

Shades of Navy Blue #1054DD

Tints of Navy Blue #1054DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 4.98%
G = 26.17%
B = 68.85%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1054DD (or 0x1054DD) is known color: Navy Blue. HEX triplet: 10, 54 and DD. RGB value is (16,84,221). Sum of RGB (Red+Green+Blue) = 16+84+221=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #1054DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054DD is #EFAB22. Grayscale: #4E4E4E. Windows color (decimal): -15706915 or 14504976. OLE color: 14504976.

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

Color convert

RGB 16 84 221 -
CMYK 0.93 0.62 0 0.13
HSL 220.1º 0.86% 0.46% -
HSV(B) 220.1º 0.93% 0.87% -
XYZ 16.44 11.67 69.79 -
YUV 79.29 207.97 82.86 -
System Red Green Blue C M Y K H S L
Decimal 16 84 221 0.93 0.62 0 0.13 220.1 0.86 0.46
Hex 10 54 DD 5D 3E 0 D DC 56 2E
Octal 20 124 335 135 76 0 15 334 126 56
Binary 10000 1010100 11011101 1011101 111110 0 1101 11011100 1010110 101110

Color Harmonies of #1054DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1054DD

Black with #1054DD

Text Example


Text Example

White with #1054DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1054DD; }

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

 H1.HeaderClassName
 {
   color: #1054DD;
 }
 .AnyTagClassName
 {
   color: #1054DD;
 }
</style>

background-color css

<style>
 a { background-color: #1054DD; }

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

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

border-color css

<style>
 span { border-color: #1054DD; }

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

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