#1960EC

Color #1960EC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1960EC

Tints of Royal Blue #1960EC

Color information

#1960EC (or 0x1960EC) is unknown color: approx Royal Blue. HEX triplet: 19, 60 and EC. RGB value is (25,96,236). Sum of RGB (Red+Green+Blue) = 25+96+236=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #1960EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1960EC is #E69F13. Grayscale: #5A5A5A. Windows color (decimal): -15114004 or 15491097. OLE color: 15491097.

HSL color Cylindrical-coordinate representation of color #1960EC: hue angle of 219.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1960EC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2596236-
CMYK0.890.5900.07
HSL219.81º84.74%51.18%-
HSV(B)219.81º89.41%92.55%-
XYZ19.7214.6381.14-
YUV90.73209.9881.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.00%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 236 (92.58% from 255) = 66.11%
R=7.00%
G=26.89%
B=66.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal25962360.890.5900.07219.8184.7451.18
Hex1960EC593B07dc5533
Octal31140354131730733412563
Binary1100111000001110110010110011110110111110111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1960EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1960EC; }

 p { color: rgb(25,96,236); }

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

<style>
 a { background-color: #1960EC; }

 a { background-color: rgb(25,96,236); }

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

<style>
 span { border-color: #1960EC; }

 span { border-color: rgb(25,96,236); }

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