Html Css Color HEX #1063F6 Navy Blue

📋 copy color: '#1063F6'

red 16 ◦ green 99 ◦ blue 246

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

Shades of Navy Blue #1063F6

Tints of Navy Blue #1063F6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

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

R = 4.43%
G = 27.42%
B = 68.14%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1063F6 (or 0x1063F6) is known color: Navy Blue. HEX triplet: 10, 63 and F6. RGB value is (16,99,246). Sum of RGB (Red+Green+Blue) = 16+99+246=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #1063F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1063F6 is #EF9C09. Grayscale: #5A5A5A. Windows color (decimal): -15703050 or 16147216. OLE color: 16147216.

HSL color Cylindrical-coordinate representation of color #1063F6: hue angle of 218.35º 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 #1063F6 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 99 246 -
CMYK 0.93 0.60 0 0.04
HSL 218.35º 0.93% 0.51% -
HSV(B) 218.35º 0.93% 0.96% -
XYZ 21.31 15.69 89.09 -
YUV 90.94 215.5 74.55 -
System Red Green Blue C M Y K H S L
Decimal 16 99 246 0.93 0.60 0 0.04 218.35 0.93 0.51
Hex 10 63 F6 5D 3C 0 4 DA 5D 33
Octal 20 143 366 135 74 0 4 332 135 63
Binary 10000 1100011 11110110 1011101 111100 0 100 11011010 1011101 110011

Color Harmonies of #1063F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063F6

Black with #1063F6

Text Example


Text Example

White with #1063F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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