Html Css Color HEX #133FDB Persian Blue

📋 copy color: '#133FDB'

red 19 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #133FDB

Tints of Persian Blue #133FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

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

R = 6.31%
G = 20.93%
B = 72.76%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#133FDB (or 0x133FDB) is known color: Persian Blue. HEX triplet: 13, 3F and DB. RGB value is (19,63,219). Sum of RGB (Red+Green+Blue) = 19+63+219=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #133FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDB is #ECC024. Grayscale: #424242. Windows color (decimal): -15515685 or 14368531. OLE color: 14368531.

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

Color convert

RGB 19 63 219 -
CMYK 0.91 0.71 0 0.14
HSL 226.8º 0.84% 0.47% -
HSV(B) 226.8º 0.91% 0.86% -
XYZ 14.83 8.81 67.94 -
YUV 67.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 19 63 219 0.91 0.71 0 0.14 226.8 0.84 0.47
Hex 13 3F DB 5B 47 0 E E3 54 2F
Octal 23 77 333 133 107 0 16 343 124 57
Binary 10011 111111 11011011 1011011 1000111 0 1110 11100011 1010100 101111

Color Harmonies of #133FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FDB

Black with #133FDB

Text Example


Text Example

White with #133FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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