#1936EF

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

Shades of Persian Blue #1936EF

Tints of Persian Blue #1936EF

Color information

#1936EF (or 0x1936EF) is unknown color: approx Persian Blue. HEX triplet: 19, 36 and EF. RGB value is (25,54,239). Sum of RGB (Red+Green+Blue) = 25+54+239=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #1936EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1936EF is #E6C910. Grayscale: #414141. Windows color (decimal): -15124753 or 15676953. OLE color: 15676953.

HSL color Cylindrical-coordinate representation of color #1936EF: hue angle of 231.87º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1936EF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2554239-
CMYK0.900.7700.06
HSL231.87º86.99%51.76%-
HSV(B)231.87º89.54%93.73%-
XYZ17.39.0882.5-
YUV66.42225.3998.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 239 (93.75% from 255) = 75.16%
R=7.86%
G=16.98%
B=75.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal25542390.900.7700.06231.8786.9951.76
Hex1936EF5A4D06e85734
Octal31663571321150635012764
Binary1100111011011101111101101010011010110111010001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1936EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1936EF; }

 p { color: rgb(25,54,239); }

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

<style>
 a { background-color: #1936EF; }

 a { background-color: rgb(25,54,239); }

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

<style>
 span { border-color: #1936EF; }

 span { border-color: rgb(25,54,239); }

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