Html Css Color HEX #1063D6 Navy Blue

📋 copy color: '#1063D6'

red 16 ◦ green 99 ◦ blue 214

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

Shades of Navy Blue #1063D6

Tints of Navy Blue #1063D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 65.05%

R = 4.86%
G = 30.09%
B = 65.05%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1063D6 (or 0x1063D6) is known color: Navy Blue. HEX triplet: 10, 63 and D6. RGB value is (16,99,214). Sum of RGB (Red+Green+Blue) = 16+99+214=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #1063D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063D6 is #EF9C29. Grayscale: #565656. Windows color (decimal): -15703082 or 14050064. OLE color: 14050064.

HSL color Cylindrical-coordinate representation of color #1063D6: hue angle of 214.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1063D6 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 99 214 -
CMYK 0.93 0.54 0 0.16
HSL 214.85º 0.86% 0.45% -
HSV(B) 214.85º 0.93% 0.84% -
XYZ 16.81 13.89 65.41 -
YUV 87.29 199.5 77.15 -
System Red Green Blue C M Y K H S L
Decimal 16 99 214 0.93 0.54 0 0.16 214.85 0.86 0.45
Hex 10 63 D6 5D 36 0 10 D7 56 2D
Octal 20 143 326 135 66 0 20 327 126 55
Binary 10000 1100011 11010110 1011101 110110 0 10000 11010111 1010110 101101

Color Harmonies of #1063D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063D6

Black with #1063D6

Text Example


Text Example

White with #1063D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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