Html Css Color HEX #133ADD Persian Blue

📋 copy color: '#133ADD'

red 19 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #133ADD

Tints of Persian Blue #133ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 6.38%
G = 19.46%
B = 74.16%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#133ADD (or 0x133ADD) is known color: Persian Blue. HEX triplet: 13, 3A and DD. RGB value is (19,58,221). Sum of RGB (Red+Green+Blue) = 19+58+221=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #133ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ADD is #ECC522. Grayscale: #404040. Windows color (decimal): -15516963 or 14498323. OLE color: 14498323.

HSL color Cylindrical-coordinate representation of color #133ADD: hue angle of 228.42º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133ADD is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 58 221 -
CMYK 0.91 0.74 0 0.13
HSL 228.42º 0.84% 0.47% -
HSV(B) 228.42º 0.91% 0.87% -
XYZ 14.83 8.39 69.24 -
YUV 64.92 216.08 95.25 -
System Red Green Blue C M Y K H S L
Decimal 19 58 221 0.91 0.74 0 0.13 228.42 0.84 0.47
Hex 13 3A DD 5B 4A 0 D E4 54 2F
Octal 23 72 335 133 112 0 15 344 124 57
Binary 10011 111010 11011101 1011011 1001010 0 1101 11100100 1010100 101111

Color Harmonies of #133ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133ADD

Black with #133ADD

Text Example


Text Example

White with #133ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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