Html Css Color HEX #132BB8 Persian Blue

📋 copy color: '#132BB8'

red 19 ◦ green 43 ◦ blue 184

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

Shades of Persian Blue #132BB8

Tints of Persian Blue #132BB8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.48%

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

R = 7.72%
G = 17.48%
B = 74.8%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#132BB8 (or 0x132BB8) is known color: Persian Blue. HEX triplet: 13, 2B and B8. RGB value is (19,43,184). Sum of RGB (Red+Green+Blue) = 19+43+184=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #132BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BB8 is #ECD447. Grayscale: #333333. Windows color (decimal): -15520840 or 12069651. OLE color: 12069651.

HSL color Cylindrical-coordinate representation of color #132BB8: hue angle of 231.27º 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 #132BB8 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 43 184 -
CMYK 0.90 0.77 0 0.28
HSL 231.27º 0.81% 0.4% -
HSV(B) 231.27º 0.9% 0.72% -
XYZ 9.78 5.33 45.86 -
YUV 51.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 19 43 184 0.90 0.77 0 0.28 231.27 0.81 0.4
Hex 13 2B B8 5A 4D 0 1C E7 51 28
Octal 23 53 270 132 115 0 34 347 121 50
Binary 10011 101011 10111000 1011010 1001101 0 11100 11100111 1010001 101000

Color Harmonies of #132BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BB8

Black with #132BB8

Text Example


Text Example

White with #132BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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