Html Css Color HEX #132FDB Persian Blue

📋 copy color: '#132FDB'

red 19 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #132FDB

Tints of Persian Blue #132FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

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

R = 6.67%
G = 16.49%
B = 76.84%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#132FDB (or 0x132FDB) is known color: Persian Blue. HEX triplet: 13, 2F and DB. RGB value is (19,47,219). Sum of RGB (Red+Green+Blue) = 19+47+219=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #132FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FDB is #ECD024. Grayscale: #393939. Windows color (decimal): -15519781 or 14364435. OLE color: 14364435.

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

Color convert

RGB 19 47 219 -
CMYK 0.91 0.79 0 0.14
HSL 231.6º 0.84% 0.47% -
HSV(B) 231.6º 0.91% 0.86% -
XYZ 14.07 7.29 67.68 -
YUV 58.24 218.72 100.01 -
System Red Green Blue C M Y K H S L
Decimal 19 47 219 0.91 0.79 0 0.14 231.6 0.84 0.47
Hex 13 2F DB 5B 4F 0 E E8 54 2F
Octal 23 57 333 133 117 0 16 350 124 57
Binary 10011 101111 11011011 1011011 1001111 0 1110 11101000 1010100 101111

Color Harmonies of #132FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FDB

Black with #132FDB

Text Example


Text Example

White with #132FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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