Html Css Color HEX #1063DD Navy Blue

📋 copy color: '#1063DD'

red 16 ◦ green 99 ◦ blue 221

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

Shades of Navy Blue #1063DD

Tints of Navy Blue #1063DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 4.76%
G = 29.46%
B = 65.77%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1063DD (or 0x1063DD) is known color: Navy Blue. HEX triplet: 10, 63 and DD. RGB value is (16,99,221). Sum of RGB (Red+Green+Blue) = 16+99+221=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #1063DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063DD is #EF9C22. Grayscale: #575757. Windows color (decimal): -15703075 or 14508816. OLE color: 14508816.

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

Color convert

RGB 16 99 221 -
CMYK 0.93 0.55 0 0.13
HSL 215.71º 0.86% 0.46% -
HSV(B) 215.71º 0.93% 0.87% -
XYZ 17.73 14.25 70.22 -
YUV 88.09 203 76.58 -
System Red Green Blue C M Y K H S L
Decimal 16 99 221 0.93 0.55 0 0.13 215.71 0.86 0.46
Hex 10 63 DD 5D 37 0 D D8 56 2E
Octal 20 143 335 135 67 0 15 330 126 56
Binary 10000 1100011 11011101 1011101 110111 0 1101 11011000 1010110 101110

Color Harmonies of #1063DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1063DD

Black with #1063DD

Text Example


Text Example

White with #1063DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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