Html Css Color HEX #133EE0 Persian Blue

📋 copy color: '#133EE0'

red 19 ◦ green 62 ◦ blue 224

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

Shades of Persian Blue #133EE0

Tints of Persian Blue #133EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.33%

 BLUE value IS 224 (87.89% from 255) = 73.44%

R = 6.23%
G = 20.33%
B = 73.44%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#133EE0 (or 0x133EE0) is known color: Persian Blue. HEX triplet: 13, 3E and E0. RGB value is (19,62,224). Sum of RGB (Red+Green+Blue) = 19+62+224=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #133EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133EE0 is #ECC11F. Grayscale: #424242. Windows color (decimal): -15515936 or 14695955. OLE color: 14695955.

HSL color Cylindrical-coordinate representation of color #133EE0: hue angle of 227.41º 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 #133EE0 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 62 224 -
CMYK 0.92 0.72 0 0.12
HSL 227.41º 0.84% 0.48% -
HSV(B) 227.41º 0.92% 0.88% -
XYZ 15.45 8.97 71.44 -
YUV 67.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 19 62 224 0.92 0.72 0 0.12 227.41 0.84 0.48
Hex 13 3E E0 5C 48 0 C E3 54 30
Octal 23 76 340 134 110 0 14 343 124 60
Binary 10011 111110 11100000 1011100 1001000 0 1100 11100011 1010100 110000

Color Harmonies of #133EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EE0

Black with #133EE0

Text Example


Text Example

White with #133EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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