Html Css Color HEX #1063CE Navy Blue

📋 copy color: '#1063CE'

red 16 ◦ green 99 ◦ blue 206

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

Shades of Navy Blue #1063CE

Tints of Navy Blue #1063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 4.98%
G = 30.84%
B = 64.17%

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

#1063CE (or 0x1063CE) is known color: Navy Blue. HEX triplet: 10, 63 and CE. RGB value is (16,99,206). Sum of RGB (Red+Green+Blue) = 16+99+206=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #1063CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CE is #EF9C31. Grayscale: #555555. Windows color (decimal): -15703090 or 13525776. OLE color: 13525776.

HSL color Cylindrical-coordinate representation of color #1063CE: hue angle of 213.79º 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 #1063CE is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 99 206 -
CMYK 0.92 0.52 0 0.19
HSL 213.79º 0.86% 0.44% -
HSV(B) 213.79º 0.92% 0.81% -
XYZ 15.82 13.49 60.16 -
YUV 86.38 195.5 77.8 -
System Red Green Blue C M Y K H S L
Decimal 16 99 206 0.92 0.52 0 0.19 213.79 0.86 0.44
Hex 10 63 CE 5C 34 0 13 D6 56 2C
Octal 20 143 316 134 64 0 23 326 126 54
Binary 10000 1100011 11001110 1011100 110100 0 10011 11010110 1010110 101100

Color Harmonies of #1063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063CE

Black with #1063CE

Text Example


Text Example

White with #1063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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