Html Css Color HEX #1063EC Navy Blue

📋 copy color: '#1063EC'

red 16 ◦ green 99 ◦ blue 236

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

Shades of Navy Blue #1063EC

Tints of Navy Blue #1063EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 4.56%
G = 28.21%
B = 67.24%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1063EC (or 0x1063EC) is known color: Navy Blue. HEX triplet: 10, 63 and EC. RGB value is (16,99,236). Sum of RGB (Red+Green+Blue) = 16+99+236=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #1063EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1063EC is #EF9C13. Grayscale: #595959. Windows color (decimal): -15703060 or 15491856. OLE color: 15491856.

HSL color Cylindrical-coordinate representation of color #1063EC: hue angle of 217.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1063EC is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 99 236 -
CMYK 0.93 0.58 0 0.07
HSL 217.36º 0.87% 0.49% -
HSV(B) 217.36º 0.93% 0.93% -
XYZ 19.82 15.09 81.23 -
YUV 89.8 210.5 75.36 -
System Red Green Blue C M Y K H S L
Decimal 16 99 236 0.93 0.58 0 0.07 217.36 0.87 0.49
Hex 10 63 EC 5D 3A 0 7 D9 57 31
Octal 20 143 354 135 72 0 7 331 127 61
Binary 10000 1100011 11101100 1011101 111010 0 111 11011001 1010111 110001

Color Harmonies of #1063EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063EC

Black with #1063EC

Text Example


Text Example

White with #1063EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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