Html Css Color HEX #1663DA Navy Blue

📋 copy color: '#1663DA'

red 22 ◦ green 99 ◦ blue 218

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

Shades of Navy Blue #1663DA

Tints of Navy Blue #1663DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.31%

R = 6.49%
G = 29.2%
B = 64.31%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1663DA (or 0x1663DA) is known color: Navy Blue. HEX triplet: 16, 63 and DA. RGB value is (22,99,218). Sum of RGB (Red+Green+Blue) = 22+99+218=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #1663DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663DA is #E99C25. Grayscale: #585858. Windows color (decimal): -15309862 or 14312214. OLE color: 14312214.

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

Color convert

RGB 22 99 218 -
CMYK 0.90 0.55 0 0.15
HSL 216.43º 0.82% 0.47% -
HSV(B) 216.43º 0.9% 0.85% -
XYZ 17.45 14.16 68.14 -
YUV 89.54 200.49 79.82 -
System Red Green Blue C M Y K H S L
Decimal 22 99 218 0.90 0.55 0 0.15 216.43 0.82 0.47
Hex 16 63 DA 5A 37 0 F D8 52 2F
Octal 26 143 332 132 67 0 17 330 122 57
Binary 10110 1100011 11011010 1011010 110111 0 1111 11011000 1010010 101111

Color Harmonies of #1663DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1663DA

Black with #1663DA

Text Example


Text Example

White with #1663DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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