Html Css Color HEX #133DDB Persian Blue

📋 copy color: '#133DDB'

red 19 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #133DDB

Tints of Persian Blue #133DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 6.35%
G = 20.4%
B = 73.24%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#133DDB (or 0x133DDB) is known color: Persian Blue. HEX triplet: 13, 3D and DB. RGB value is (19,61,219). Sum of RGB (Red+Green+Blue) = 19+61+219=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #133DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133DDB is #ECC224. Grayscale: #414141. Windows color (decimal): -15516197 or 14368019. OLE color: 14368019.

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

Color convert

RGB 19 61 219 -
CMYK 0.91 0.72 0 0.14
HSL 227.4º 0.84% 0.47% -
HSV(B) 227.4º 0.91% 0.86% -
XYZ 14.72 8.59 67.9 -
YUV 66.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 19 61 219 0.91 0.72 0 0.14 227.4 0.84 0.47
Hex 13 3D DB 5B 48 0 E E3 54 2F
Octal 23 75 333 133 110 0 16 343 124 57
Binary 10011 111101 11011011 1011011 1001000 0 1110 11100011 1010100 101111

Color Harmonies of #133DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DDB

Black with #133DDB

Text Example


Text Example

White with #133DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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