Html Css Color HEX #1663DD Navy Blue

📋 copy color: '#1663DD'

red 22 ◦ green 99 ◦ blue 221

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

Shades of Navy Blue #1663DD

Tints of Navy Blue #1663DD

RGB

 RED value IS 22 (8.98% from 255) = 6.43%

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

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

R = 6.43%
G = 28.95%
B = 64.62%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1663DD (or 0x1663DD) is known color: Navy Blue. HEX triplet: 16, 63 and DD. RGB value is (22,99,221). Sum of RGB (Red+Green+Blue) = 22+99+221=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1663DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663DD is #E99C22. Grayscale: #595959. Windows color (decimal): -15309859 or 14508822. OLE color: 14508822.

HSL color Cylindrical-coordinate representation of color #1663DD: hue angle of 216.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1663DD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 99 221 -
CMYK 0.90 0.55 0 0.13
HSL 216.78º 0.82% 0.48% -
HSV(B) 216.78º 0.9% 0.87% -
XYZ 17.84 14.31 70.23 -
YUV 89.89 201.99 79.58 -
System Red Green Blue C M Y K H S L
Decimal 22 99 221 0.90 0.55 0 0.13 216.78 0.82 0.48
Hex 16 63 DD 5A 37 0 D D9 52 30
Octal 26 143 335 132 67 0 15 331 122 60
Binary 10110 1100011 11011101 1011010 110111 0 1101 11011001 1010010 110000

Color Harmonies of #1663DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1663DD

Black with #1663DD

Text Example


Text Example

White with #1663DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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