#193DE1

Color #193DE1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #193DE1

Tints of Persian Blue #193DE1

Color information

#193DE1 (or 0x193DE1) is unknown color: approx Persian Blue. HEX triplet: 19, 3D and E1. RGB value is (25,61,225). Sum of RGB (Red+Green+Blue) = 25+61+225=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #193DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DE1 is #E6C21E. Grayscale: #444444. Windows color (decimal): -15122975 or 14761241. OLE color: 14761241.

HSL color Cylindrical-coordinate representation of color #193DE1: hue angle of 229.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DE1 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2561225-
CMYK0.890.7300.12
HSL229.2º80%49.02%-
HSV(B)229.2º88.89%88.24%-
XYZ15.668.9872.14-
YUV68.93216.0796.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.04%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 225 (88.28% from 255) = 72.35%
R=8.04%
G=19.61%
B=72.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal25612250.890.7300.12229.28049.02
Hex193DE159490Ce55031
Octal317534113111101434512061
Binary11001111101111000011011001100100101100111001011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193DE1; }

 p { color: rgb(25,61,225); }

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

<style>
 a { background-color: #193DE1; }

 a { background-color: rgb(25,61,225); }

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

<style>
 span { border-color: #193DE1; }

 span { border-color: rgb(25,61,225); }

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