Html Css Color HEX #1051F6 Navy Blue

📋 copy color: '#1051F6'

red 16 ◦ green 81 ◦ blue 246

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

Shades of Navy Blue #1051F6

Tints of Navy Blue #1051F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.72%

R = 4.66%
G = 23.62%
B = 71.72%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1051F6 (or 0x1051F6) is known color: Navy Blue. HEX triplet: 10, 51 and F6. RGB value is (16,81,246). Sum of RGB (Red+Green+Blue) = 16+81+246=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #1051F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051F6 is #EFAE09. Grayscale: #4F4F4F. Windows color (decimal): -15707658 or 16142608. OLE color: 16142608.

HSL color Cylindrical-coordinate representation of color #1051F6: hue angle of 223.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1051F6 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 81 246 -
CMYK 0.93 0.67 0 0.04
HSL 223.04º 0.93% 0.51% -
HSV(B) 223.04º 0.93% 0.96% -
XYZ 19.79 12.65 88.59 -
YUV 80.38 221.47 82.08 -
System Red Green Blue C M Y K H S L
Decimal 16 81 246 0.93 0.67 0 0.04 223.04 0.93 0.51
Hex 10 51 F6 5D 43 0 4 DF 5D 33
Octal 20 121 366 135 103 0 4 337 135 63
Binary 10000 1010001 11110110 1011101 1000011 0 100 11011111 1011101 110011

Color Harmonies of #1051F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051F6

Black with #1051F6

Text Example


Text Example

White with #1051F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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