Html Css Color HEX #1051FD Navy Blue

📋 copy color: '#1051FD'

red 16 ◦ green 81 ◦ blue 253

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

Shades of Navy Blue #1051FD

Tints of Navy Blue #1051FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 4.57%
G = 23.14%
B = 72.29%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1051FD (or 0x1051FD) is known color: Navy Blue. HEX triplet: 10, 51 and FD. RGB value is (16,81,253). Sum of RGB (Red+Green+Blue) = 16+81+253=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #1051FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051FD is #EFAE02. Grayscale: #505050. Windows color (decimal): -15707651 or 16601360. OLE color: 16601360.

HSL color Cylindrical-coordinate representation of color #1051FD: hue angle of 223.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1051FD is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 81 253 -
CMYK 0.94 0.68 0 0.01
HSL 223.54º 0.98% 0.53% -
HSV(B) 223.54º 0.94% 0.99% -
XYZ 20.89 13.09 94.35 -
YUV 81.17 224.97 81.51 -
System Red Green Blue C M Y K H S L
Decimal 16 81 253 0.94 0.68 0 0.01 223.54 0.98 0.53
Hex 10 51 FD 5E 44 0 1 E0 62 35
Octal 20 121 375 136 104 0 1 340 142 65
Binary 10000 1010001 11111101 1011110 1000100 0 1 11100000 1100010 110101

Color Harmonies of #1051FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051FD

Black with #1051FD

Text Example


Text Example

White with #1051FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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