Html Css Color HEX #133DD5 Persian Blue

📋 copy color: '#133DD5'

red 19 ◦ green 61 ◦ blue 213

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

Shades of Persian Blue #133DD5

Tints of Persian Blue #133DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.82%

 BLUE value IS 213 (83.59% from 255) = 72.7%

R = 6.48%
G = 20.82%
B = 72.7%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#133DD5 (or 0x133DD5) is known color: Persian Blue. HEX triplet: 13, 3D and D5. RGB value is (19,61,213). Sum of RGB (Red+Green+Blue) = 19+61+213=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 213 (83.59% from 255 or 72.70% from 293); Max value from RGB is 213 - color contains mainly: blue. Hex color #133DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DD5 is #ECC22A. Grayscale: #414141. Windows color (decimal): -15516203 or 13974803. OLE color: 13974803.

HSL color Cylindrical-coordinate representation of color #133DD5: hue angle of 227.01º 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 #133DD5 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 61 213 -
CMYK 0.91 0.71 0 0.16
HSL 227.01º 0.84% 0.45% -
HSV(B) 227.01º 0.91% 0.84% -
XYZ 13.95 8.28 63.81 -
YUV 65.77 211.09 94.64 -
System Red Green Blue C M Y K H S L
Decimal 19 61 213 0.91 0.71 0 0.16 227.01 0.84 0.45
Hex 13 3D D5 5B 47 0 10 E3 54 2D
Octal 23 75 325 133 107 0 20 343 124 55
Binary 10011 111101 11010101 1011011 1000111 0 10000 11100011 1010100 101101

Color Harmonies of #133DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DD5

Black with #133DD5

Text Example


Text Example

White with #133DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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