Html Css Color HEX #132FB8 Persian Blue

📋 copy color: '#132FB8'

red 19 ◦ green 47 ◦ blue 184

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

Shades of Persian Blue #132FB8

Tints of Persian Blue #132FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 73.6%

R = 7.6%
G = 18.8%
B = 73.6%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#132FB8 (or 0x132FB8) is known color: Persian Blue. HEX triplet: 13, 2F and B8. RGB value is (19,47,184). Sum of RGB (Red+Green+Blue) = 19+47+184=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 184 (72.27% from 255 or 73.6% from 250); Max value from RGB is 184 - color contains mainly: blue. Hex color #132FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FB8 is #ECD047. Grayscale: #353535. Windows color (decimal): -15519816 or 12070675. OLE color: 12070675.

HSL color Cylindrical-coordinate representation of color #132FB8: hue angle of 229.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132FB8 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 47 184 -
CMYK 0.90 0.74 0 0.28
HSL 229.82º 0.81% 0.4% -
HSV(B) 229.82º 0.9% 0.72% -
XYZ 9.94 5.63 45.91 -
YUV 54.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 19 47 184 0.90 0.74 0 0.28 229.82 0.81 0.4
Hex 13 2F B8 5A 4A 0 1C E6 51 28
Octal 23 57 270 132 112 0 34 346 121 50
Binary 10011 101111 10111000 1011010 1001010 0 11100 11100110 1010001 101000

Color Harmonies of #132FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FB8

Black with #132FB8

Text Example


Text Example

White with #132FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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