Html Css Color HEX #1063CF Navy Blue

📋 copy color: '#1063CF'

red 16 ◦ green 99 ◦ blue 207

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

Shades of Navy Blue #1063CF

Tints of Navy Blue #1063CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 4.97%
G = 30.75%
B = 64.29%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1063CF (or 0x1063CF) is known color: Navy Blue. HEX triplet: 10, 63 and CF. RGB value is (16,99,207). Sum of RGB (Red+Green+Blue) = 16+99+207=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #1063CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CF is #EF9C30. Grayscale: #555555. Windows color (decimal): -15703089 or 13591312. OLE color: 13591312.

HSL color Cylindrical-coordinate representation of color #1063CF: hue angle of 213.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063CF is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 99 207 -
CMYK 0.92 0.52 0 0.19
HSL 213.93º 0.86% 0.44% -
HSV(B) 213.93º 0.92% 0.81% -
XYZ 15.94 13.54 60.8 -
YUV 86.5 196 77.72 -
System Red Green Blue C M Y K H S L
Decimal 16 99 207 0.92 0.52 0 0.19 213.93 0.86 0.44
Hex 10 63 CF 5C 34 0 13 D6 56 2C
Octal 20 143 317 134 64 0 23 326 126 54
Binary 10000 1100011 11001111 1011100 110100 0 10011 11010110 1010110 101100

Color Harmonies of #1063CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063CF

Black with #1063CF

Text Example


Text Example

White with #1063CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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