#133EEA

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

Shades of Persian Blue #133EEA

Tints of Persian Blue #133EEA

Color information

#133EEA (or 0x133EEA) is unknown color: approx Persian Blue. HEX triplet: 13, 3E and EA. RGB value is (19,62,234). Sum of RGB (Red+Green+Blue) = 19+62+234=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #133EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133EEA is #ECC115. Grayscale: #444444. Windows color (decimal): -15515926 or 15351315. OLE color: 15351315.

HSL color Cylindrical-coordinate representation of color #133EEA: hue angle of 228º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133EEA is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1962234-
CMYK0.920.7400.08
HSL228º84.98%49.61%-
HSV(B)228º91.88%91.76%-
XYZ16.849.5278.79-
YUV68.75221.2592.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.03%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 234 (91.80% from 255) = 74.29%
R=6.03%
G=19.68%
B=74.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19622340.920.7400.0822884.9849.61
Hex133EEA5C4A08e45532
Octal237635213411201034412562
Binary10011111110111010101011100100101001000111001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133EEA; }

 p { color: rgb(19,62,234); }

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

<style>
 a { background-color: #133EEA; }

 a { background-color: rgb(19,62,234); }

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

<style>
 span { border-color: #133EEA; }

 span { border-color: rgb(19,62,234); }

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