#132EDE

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

Shades of Persian Blue #132EDE

Tints of Persian Blue #132EDE

Color information

#132EDE (or 0x132EDE) is unknown color: approx Persian Blue. HEX triplet: 13, 2E and DE. RGB value is (19,46,222). Sum of RGB (Red+Green+Blue) = 19+46+222=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #132EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EDE is #ECD121. Grayscale: #393939. Windows color (decimal): -15520034 or 14560787. OLE color: 14560787.

HSL color Cylindrical-coordinate representation of color #132EDE: hue angle of 232.02º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132EDE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1946222-
CMYK0.910.7900.13
HSL232.02º84.23%47.25%-
HSV(B)232.02º91.44%87.06%-
XYZ14.437.3769.77-
YUV57.99220.55100.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.62%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=6.62%
G=16.03%
B=77.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19462220.910.7900.13232.0284.2347.25
Hex132EDE5B4F0De8542f
Octal235633613311701535012457
Binary10011101110110111101011011100111101101111010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132EDE; }

 p { color: rgb(19,46,222); }

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

<style>
 a { background-color: #132EDE; }

 a { background-color: rgb(19,46,222); }

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

<style>
 span { border-color: #132EDE; }

 span { border-color: rgb(19,46,222); }

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