#193BC3

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

Shades of Persian Blue #193BC3

Tints of Persian Blue #193BC3

Color information

#193BC3 (or 0x193BC3) is unknown color: approx Persian Blue. HEX triplet: 19, 3B and C3. RGB value is (25,59,195). Sum of RGB (Red+Green+Blue) = 25+59+195=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #193BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BC3 is #E6C43C. Grayscale: #3F3F3F. Windows color (decimal): -15123517 or 12794649. OLE color: 12794649.

HSL color Cylindrical-coordinate representation of color #193BC3: hue angle of 228º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193BC3 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2559195-
CMYK0.870.7000.24
HSL228º77.27%43.14%-
HSV(B)228º87.18%76.47%-
XYZ11.827.2752.41-
YUV64.34201.7499.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.96%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 195 (76.56% from 255) = 69.89%
R=8.96%
G=21.15%
B=69.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25591950.870.7000.2422877.2743.14
Hex193BC35746018e44d2b
Octal317330312710603034411553
Binary110011110111100001110101111000110011000111001001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,59,195); }

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

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

 a { background-color: rgb(25,59,195); }

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

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

 span { border-color: rgb(25,59,195); }

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