#133BC9

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

Shades of Persian Blue #133BC9

Tints of Persian Blue #133BC9

Color information

#133BC9 (or 0x133BC9) is unknown color: approx Persian Blue. HEX triplet: 13, 3B and C9. RGB value is (19,59,201). Sum of RGB (Red+Green+Blue) = 19+59+201=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #133BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BC9 is #ECC436. Grayscale: #3E3E3E. Windows color (decimal): -15516727 or 13187859. OLE color: 13187859.

HSL color Cylindrical-coordinate representation of color #133BC9: hue angle of 226.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133BC9 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1959201-
CMYK0.910.7100.21
HSL226.81º82.73%43.14%-
HSV(B)226.81º90.55%78.82%-
XYZ12.387.4856.05-
YUV63.23205.7596.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 201 (78.91% from 255) = 72.04%
R=6.81%
G=21.15%
B=72.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19592010.910.7100.21226.8182.7343.14
Hex133BC95B47015e3532b
Octal237331113310702534312353
Binary100111110111100100110110111000111010101111000111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,201); }

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

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

 a { background-color: rgb(19,59,201); }

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

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

 span { border-color: rgb(19,59,201); }

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