Html Css Color HEX #133AE1 Persian Blue

📋 copy color: '#133AE1'

red 19 ◦ green 58 ◦ blue 225

#133AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #133AE1

Tints of Persian Blue #133AE1

RGB

 RED value IS 19 (7.81% from 255) = 6.29%

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 225 (88.28% from 255) = 74.5%

R = 6.29%
G = 19.21%
B = 74.5%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#133AE1 (or 0x133AE1) is known color: Persian Blue. HEX triplet: 13, 3A and E1. RGB value is (19,58,225). Sum of RGB (Red+Green+Blue) = 19+58+225=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #133AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AE1 is #ECC51E. Grayscale: #404040. Windows color (decimal): -15516959 or 14760467. OLE color: 14760467.

HSL color Cylindrical-coordinate representation of color #133AE1: hue angle of 228.64º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AE1 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 58 225 -
CMYK 0.92 0.74 0 0.12
HSL 228.64º 0.84% 0.48% -
HSV(B) 228.64º 0.92% 0.88% -
XYZ 15.37 8.6 72.08 -
YUV 65.38 218.08 94.92 -
System Red Green Blue C M Y K H S L
Decimal 19 58 225 0.92 0.74 0 0.12 228.64 0.84 0.48
Hex 13 3A E1 5C 4A 0 C E5 54 30
Octal 23 72 341 134 112 0 14 345 124 60
Binary 10011 111010 11100001 1011100 1001010 0 1100 11100101 1010100 110000

Color Harmonies of #133AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AE1

Black with #133AE1

Text Example


Text Example

White with #133AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,225); }

 H1.HeaderClassName
 {
   color: #133AE1;
 }
 .AnyTagClassName
 {
   color: #133AE1;
 }
</style>

background-color css

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

 a { background-color: rgb(19,58,225); }

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

border-color css

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

 span { border-color: rgb(19,58,225); }

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