#1934B6

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

Shades of Persian Blue #1934B6

Tints of Persian Blue #1934B6

Color information

#1934B6 (or 0x1934B6) is unknown color: approx Persian Blue. HEX triplet: 19, 34 and B6. RGB value is (25,52,182). Sum of RGB (Red+Green+Blue) = 25+52+182=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #1934B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1934B6 is #E6CB49. Grayscale: #3A3A3A. Windows color (decimal): -15125322 or 11940889. OLE color: 11940889.

HSL color Cylindrical-coordinate representation of color #1934B6: hue angle of 229.68º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1934B6 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2552182-
CMYK0.860.7100.29
HSL229.68º75.85%40.59%-
HSV(B)229.68º86.26%71.37%-
XYZ10.076.0444.89-
YUV58.75197.55103.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 182 (71.48% from 255) = 70.27%
R=9.65%
G=20.08%
B=70.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25521820.860.7100.29229.6875.8540.59
Hex1934B6564701De64c29
Octal316426612610703534611451
Binary110011101001011011010101101000111011101111001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1934B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1934B6; }

 p { color: rgb(25,52,182); }

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

<style>
 a { background-color: #1934B6; }

 a { background-color: rgb(25,52,182); }

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

<style>
 span { border-color: #1934B6; }

 span { border-color: rgb(25,52,182); }

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