Html Css Color HEX #133ADB Persian Blue

📋 copy color: '#133ADB'

red 19 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #133ADB

Tints of Persian Blue #133ADB

RGB

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

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

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

R = 6.42%
G = 19.59%
B = 73.99%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#133ADB (or 0x133ADB) is known color: Persian Blue. HEX triplet: 13, 3A and DB. RGB value is (19,58,219). Sum of RGB (Red+Green+Blue) = 19+58+219=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #133ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ADB is #ECC524. Grayscale: #404040. Windows color (decimal): -15516965 or 14367251. OLE color: 14367251.

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

Color convert

RGB 19 58 219 -
CMYK 0.91 0.74 0 0.14
HSL 228.3º 0.84% 0.47% -
HSV(B) 228.3º 0.91% 0.86% -
XYZ 14.57 8.28 67.85 -
YUV 64.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 19 58 219 0.91 0.74 0 0.14 228.3 0.84 0.47
Hex 13 3A DB 5B 4A 0 E E4 54 2F
Octal 23 72 333 133 112 0 16 344 124 57
Binary 10011 111010 11011011 1011011 1001010 0 1110 11100100 1010100 101111

Color Harmonies of #133ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133ADB

Black with #133ADB

Text Example


Text Example

White with #133ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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