Html Css Color HEX #133BD0 Persian Blue

📋 copy color: '#133BD0'

red 19 ◦ green 59 ◦ blue 208

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

Shades of Persian Blue #133BD0

Tints of Persian Blue #133BD0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

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

R = 6.64%
G = 20.63%
B = 72.73%

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

#133BD0 (or 0x133BD0) is known color: Persian Blue. HEX triplet: 13, 3B and D0. RGB value is (19,59,208). Sum of RGB (Red+Green+Blue) = 19+59+208=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #133BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133BD0 is #ECC42F. Grayscale: #3F3F3F. Windows color (decimal): -15516720 or 13646611. OLE color: 13646611.

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

Color convert

RGB 19 59 208 -
CMYK 0.91 0.72 0 0.18
HSL 227.3º 0.83% 0.45% -
HSV(B) 227.3º 0.91% 0.82% -
XYZ 13.22 7.82 60.49 -
YUV 64.03 209.25 95.88 -
System Red Green Blue C M Y K H S L
Decimal 19 59 208 0.91 0.72 0 0.18 227.3 0.83 0.45
Hex 13 3B D0 5B 48 0 12 E3 53 2D
Octal 23 73 320 133 110 0 22 343 123 55
Binary 10011 111011 11010000 1011011 1001000 0 10010 11100011 1010011 101101

Color Harmonies of #133BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BD0

Black with #133BD0

Text Example


Text Example

White with #133BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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