Html Css Color HEX #1051DB Navy Blue

📋 copy color: '#1051DB'

red 16 ◦ green 81 ◦ blue 219

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

Shades of Navy Blue #1051DB

Tints of Navy Blue #1051DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 5.06%
G = 25.63%
B = 69.3%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1051DB (or 0x1051DB) is known color: Navy Blue. HEX triplet: 10, 51 and DB. RGB value is (16,81,219). Sum of RGB (Red+Green+Blue) = 16+81+219=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #1051DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051DB is #EFAE24. Grayscale: #4C4C4C. Windows color (decimal): -15707685 or 14373136. OLE color: 14373136.

HSL color Cylindrical-coordinate representation of color #1051DB: hue angle of 220.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051DB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 81 219 -
CMYK 0.93 0.63 0 0.14
HSL 220.79º 0.86% 0.46% -
HSV(B) 220.79º 0.93% 0.86% -
XYZ 15.94 11.11 68.32 -
YUV 77.3 207.97 84.28 -
System Red Green Blue C M Y K H S L
Decimal 16 81 219 0.93 0.63 0 0.14 220.79 0.86 0.46
Hex 10 51 DB 5D 3F 0 E DD 56 2E
Octal 20 121 333 135 77 0 16 335 126 56
Binary 10000 1010001 11011011 1011101 111111 0 1110 11011101 1010110 101110

Color Harmonies of #1051DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051DB

Black with #1051DB

Text Example


Text Example

White with #1051DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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