#133CD5

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

Shades of Persian Blue #133CD5

Tints of Persian Blue #133CD5

Color information

#133CD5 (or 0x133CD5) is unknown color: approx Persian Blue. HEX triplet: 13, 3C and D5. RGB value is (19,60,213). Sum of RGB (Red+Green+Blue) = 19+60+213=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #133CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CD5 is #ECC32A. Grayscale: #404040. Windows color (decimal): -15516459 or 13974547. OLE color: 13974547.

HSL color Cylindrical-coordinate representation of color #133CD5: hue angle of 227.32º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CD5 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1960213-
CMYK0.910.7200.16
HSL227.32º83.62%45.49%-
HSV(B)227.32º91.08%83.53%-
XYZ13.898.1763.8-
YUV65.18211.4295.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 213 (83.59% from 255) = 72.95%
R=6.51%
G=20.55%
B=72.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19602130.910.7200.16227.3283.6245.49
Hex133CD55B48010e3542d
Octal237432513311002034312455
Binary100111111001101010110110111001000010000111000111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,60,213); }

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

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

 a { background-color: rgb(19,60,213); }

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

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

 span { border-color: rgb(19,60,213); }

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