#1933F3

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

Shades of Persian Blue #1933F3

Tints of Persian Blue #1933F3

Color information

#1933F3 (or 0x1933F3) is unknown color: approx Persian Blue. HEX triplet: 19, 33 and F3. RGB value is (25,51,243). Sum of RGB (Red+Green+Blue) = 25+51+243=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 243 (95.31% from 255 or 76.18% from 319); Max value from RGB is 243 - color contains mainly: blue. Hex color #1933F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1933F3 is #E6CC0C. Grayscale: #404040. Windows color (decimal): -15125517 or 15938329. OLE color: 15938329.

HSL color Cylindrical-coordinate representation of color #1933F3: hue angle of 232.84º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1933F3 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2551243-
CMYK0.900.7900.05
HSL232.84º90.08%52.55%-
HSV(B)232.84º89.71%95.29%-
XYZ17.769.0585.6-
YUV65.11228.3999.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.84%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 243 (95.31% from 255) = 76.18%
R=7.84%
G=15.99%
B=76.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal25512430.900.7900.05232.8490.0852.55
Hex1933F35A4F05e95a35
Octal31633631321170535113265
Binary1100111001111110011101101010011110101111010011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1933F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1933F3; }

 p { color: rgb(25,51,243); }

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

<style>
 a { background-color: #1933F3; }

 a { background-color: rgb(25,51,243); }

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

<style>
 span { border-color: #1933F3; }

 span { border-color: rgb(25,51,243); }

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