Html Css Color HEX #133AD0 Persian Blue

📋 copy color: '#133AD0'

red 19 ◦ green 58 ◦ blue 208

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

Shades of Persian Blue #133AD0

Tints of Persian Blue #133AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.98%

R = 6.67%
G = 20.35%
B = 72.98%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#133AD0 (or 0x133AD0) is known color: Persian Blue. HEX triplet: 13, 3A and D0. RGB value is (19,58,208). Sum of RGB (Red+Green+Blue) = 19+58+208=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #133AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AD0 is #ECC52F. Grayscale: #3E3E3E. Windows color (decimal): -15516976 or 13646355. OLE color: 13646355.

HSL color Cylindrical-coordinate representation of color #133AD0: hue angle of 227.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133AD0 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 58 208 -
CMYK 0.91 0.72 0 0.18
HSL 227.62º 0.83% 0.45% -
HSV(B) 227.62º 0.91% 0.82% -
XYZ 13.17 7.72 60.47 -
YUV 63.44 209.58 96.3 -
System Red Green Blue C M Y K H S L
Decimal 19 58 208 0.91 0.72 0 0.18 227.62 0.83 0.45
Hex 13 3A D0 5B 48 0 12 E4 53 2D
Octal 23 72 320 133 110 0 22 344 123 55
Binary 10011 111010 11010000 1011011 1001000 0 10010 11100100 1010011 101101

Color Harmonies of #133AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AD0

Black with #133AD0

Text Example


Text Example

White with #133AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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