Html Css Color HEX #1663DF Navy Blue

📋 copy color: '#1663DF'

red 22 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #1663DF

Tints of Navy Blue #1663DF

RGB

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

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

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

R = 6.4%
G = 28.78%
B = 64.83%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1663DF (or 0x1663DF) is known color: Navy Blue. HEX triplet: 16, 63 and DF. RGB value is (22,99,223). Sum of RGB (Red+Green+Blue) = 22+99+223=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #1663DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663DF is #E99C20. Grayscale: #595959. Windows color (decimal): -15309857 or 14639894. OLE color: 14639894.

HSL color Cylindrical-coordinate representation of color #1663DF: hue angle of 217.01º 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 #1663DF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 99 223 -
CMYK 0.90 0.56 0 0.13
HSL 217.01º 0.82% 0.48% -
HSV(B) 217.01º 0.9% 0.87% -
XYZ 18.11 14.42 71.64 -
YUV 90.11 202.99 79.42 -
System Red Green Blue C M Y K H S L
Decimal 22 99 223 0.90 0.56 0 0.13 217.01 0.82 0.48
Hex 16 63 DF 5A 38 0 D D9 52 30
Octal 26 143 337 132 70 0 15 331 122 60
Binary 10110 1100011 11011111 1011010 111000 0 1101 11011001 1010010 110000

Color Harmonies of #1663DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1663DF

Black with #1663DF

Text Example


Text Example

White with #1663DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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