#1934D7

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

Shades of Persian Blue #1934D7

Tints of Persian Blue #1934D7

Color information

#1934D7 (or 0x1934D7) is unknown color: approx Persian Blue. HEX triplet: 19, 34 and D7. RGB value is (25,52,215). Sum of RGB (Red+Green+Blue) = 25+52+215=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 215 (84.38% from 255 or 73.63% from 292); Max value from RGB is 215 - color contains mainly: blue. Hex color #1934D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1934D7 is #E6CB28. Grayscale: #3D3D3D. Windows color (decimal): -15125289 or 14103577. OLE color: 14103577.

HSL color Cylindrical-coordinate representation of color #1934D7: hue angle of 231.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1934D7 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2552215-
CMYK0.880.7600.16
HSL231.47º79.17%47.06%-
HSV(B)231.47º88.37%84.31%-
XYZ13.897.5765.02-
YUV62.51214.05101.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 215 (84.38% from 255) = 73.63%
R=8.56%
G=17.81%
B=73.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal25522150.880.7600.16231.4779.1747.06
Hex1934D7584C010e74f2f
Octal316432713011402034711757
Binary110011101001101011110110001001100010000111001111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1934D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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