Html Css Color HEX #1963DF Navy Blue

📋 copy color: '#1963DF'

red 25 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #1963DF

Tints of Navy Blue #1963DF

RGB

 RED value IS 25 (10.16% from 255) = 7.2%

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

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

R = 7.2%
G = 28.53%
B = 64.27%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1963DF (or 0x1963DF) is known color: Navy Blue. HEX triplet: 19, 63 and DF. RGB value is (25,99,223). Sum of RGB (Red+Green+Blue) = 25+99+223=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #1963DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963DF is #E69C20. Grayscale: #5A5A5A. Windows color (decimal): -15113249 or 14639897. OLE color: 14639897.

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

Color convert

RGB 25 99 223 -
CMYK 0.89 0.56 0 0.13
HSL 217.58º 0.8% 0.49% -
HSV(B) 217.58º 0.89% 0.87% -
XYZ 18.18 14.46 71.64 -
YUV 91.01 202.48 80.92 -
System Red Green Blue C M Y K H S L
Decimal 25 99 223 0.89 0.56 0 0.13 217.58 0.8 0.49
Hex 19 63 DF 59 38 0 D DA 50 31
Octal 31 143 337 131 70 0 15 332 120 61
Binary 11001 1100011 11011111 1011001 111000 0 1101 11011010 1010000 110001

Color Harmonies of #1963DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1963DF

Black with #1963DF

Text Example


Text Example

White with #1963DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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