#1963EA

Color #1963EA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1963EA

Tints of Navy Blue #1963EA

Color information

#1963EA (or 0x1963EA) is unknown color: approx Navy Blue. HEX triplet: 19, 63 and EA. RGB value is (25,99,234). Sum of RGB (Red+Green+Blue) = 25+99+234=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #1963EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1963EA is #E69C15. Grayscale: #5B5B5B. Windows color (decimal): -15113238 or 15360793. OLE color: 15360793.

HSL color Cylindrical-coordinate representation of color #1963EA: hue angle of 218.76º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1963EA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2599234-
CMYK0.890.5800.08
HSL218.76º83.27%50.78%-
HSV(B)218.76º89.32%91.76%-
XYZ19.7115.0779.71-
YUV92.26207.9880.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.98%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 234 (91.80% from 255) = 65.36%
R=6.98%
G=27.65%
B=65.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal25992340.890.5800.08218.7683.2750.78
Hex1963EA593A08db5333
Octal311433521317201033312363
Binary11001110001111101010101100111101001000110110111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1963EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1963EA;
 }
 .AnyTagClassName
 {
   color: #1963EA;
 }
</style>
background-color css

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

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

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

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

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

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