#193FB3

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

Shades of Persian Blue #193FB3

Tints of Persian Blue #193FB3

Color information

#193FB3 (or 0x193FB3) is unknown color: approx Persian Blue. HEX triplet: 19, 3F and B3. RGB value is (25,63,179). Sum of RGB (Red+Green+Blue) = 25+63+179=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 179 (70.31% from 255 or 67.04% from 267); Max value from RGB is 179 - color contains mainly: blue. Hex color #193FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FB3 is #E6C04C. Grayscale: #404040. Windows color (decimal): -15122509 or 11747097. OLE color: 11747097.

HSL color Cylindrical-coordinate representation of color #193FB3: hue angle of 225.19º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193FB3 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2563179-
CMYK0.860.6500.30
HSL225.19º75.49%40%-
HSV(B)225.19º86.03%70.2%-
XYZ10.327.0243.46-
YUV64.86192.4199.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 179 (70.31% from 255) = 67.04%
R=9.36%
G=23.60%
B=67.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25631790.860.6500.30225.1975.4940
Hex193FB3564101Ee14b28
Octal317726312610103634111350
Binary110011111111011001110101101000001011110111000011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,179); }

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

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

 a { background-color: rgb(25,63,179); }

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

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

 span { border-color: rgb(25,63,179); }

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