Html Css Color HEX #1063D7 Navy Blue

📋 copy color: '#1063D7'

red 16 ◦ green 99 ◦ blue 215

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

Shades of Navy Blue #1063D7

Tints of Navy Blue #1063D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 65.15%

R = 4.85%
G = 30%
B = 65.15%

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

#1063D7 (or 0x1063D7) is known color: Navy Blue. HEX triplet: 10, 63 and D7. RGB value is (16,99,215). Sum of RGB (Red+Green+Blue) = 16+99+215=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #1063D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063D7 is #EF9C28. Grayscale: #565656. Windows color (decimal): -15703081 or 14115600. OLE color: 14115600.

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

Color convert

RGB 16 99 215 -
CMYK 0.93 0.54 0 0.16
HSL 214.97º 0.86% 0.45% -
HSV(B) 214.97º 0.93% 0.84% -
XYZ 16.94 13.94 66.09 -
YUV 87.41 200 77.07 -
System Red Green Blue C M Y K H S L
Decimal 16 99 215 0.93 0.54 0 0.16 214.97 0.86 0.45
Hex 10 63 D7 5D 36 0 10 D7 56 2D
Octal 20 143 327 135 66 0 20 327 126 55
Binary 10000 1100011 11010111 1011101 110110 0 10000 11010111 1010110 101101

Color Harmonies of #1063D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063D7

Black with #1063D7

Text Example


Text Example

White with #1063D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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