Html Css Color HEX #1051DD Navy Blue

📋 copy color: '#1051DD'

red 16 ◦ green 81 ◦ blue 221

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

Shades of Navy Blue #1051DD

Tints of Navy Blue #1051DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 5.03%
G = 25.47%
B = 69.5%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1051DD (or 0x1051DD) is known color: Navy Blue. HEX triplet: 10, 51 and DD. RGB value is (16,81,221). Sum of RGB (Red+Green+Blue) = 16+81+221=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #1051DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051DD is #EFAE22. Grayscale: #4C4C4C. Windows color (decimal): -15707683 or 14504208. OLE color: 14504208.

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

Color convert

RGB 16 81 221 -
CMYK 0.93 0.63 0 0.13
HSL 220.98º 0.86% 0.46% -
HSV(B) 220.98º 0.93% 0.87% -
XYZ 16.21 11.22 69.72 -
YUV 77.53 208.97 84.12 -
System Red Green Blue C M Y K H S L
Decimal 16 81 221 0.93 0.63 0 0.13 220.98 0.86 0.46
Hex 10 51 DD 5D 3F 0 D DD 56 2E
Octal 20 121 335 135 77 0 15 335 126 56
Binary 10000 1010001 11011101 1011101 111111 0 1101 11011101 1010110 101110

Color Harmonies of #1051DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051DD

Black with #1051DD

Text Example


Text Example

White with #1051DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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