Html Css Color HEX #1063DF Navy Blue

📋 copy color: '#1063DF'

red 16 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #1063DF

Tints of Navy Blue #1063DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 4.73%
G = 29.29%
B = 65.98%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1063DF (or 0x1063DF) is known color: Navy Blue. HEX triplet: 10, 63 and DF. RGB value is (16,99,223). Sum of RGB (Red+Green+Blue) = 16+99+223=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #1063DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063DF is #EF9C20. Grayscale: #575757. Windows color (decimal): -15703073 or 14639888. OLE color: 14639888.

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

Color convert

RGB 16 99 223 -
CMYK 0.93 0.56 0 0.13
HSL 215.94º 0.87% 0.47% -
HSV(B) 215.94º 0.93% 0.87% -
XYZ 17.99 14.36 71.64 -
YUV 88.32 204 76.42 -
System Red Green Blue C M Y K H S L
Decimal 16 99 223 0.93 0.56 0 0.13 215.94 0.87 0.47
Hex 10 63 DF 5D 38 0 D D8 57 2F
Octal 20 143 337 135 70 0 15 330 127 57
Binary 10000 1100011 11011111 1011101 111000 0 1101 11011000 1010111 101111

Color Harmonies of #1063DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063DF

Black with #1063DF

Text Example


Text Example

White with #1063DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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