Html Css Color HEX #132BBC Persian Blue

📋 copy color: '#132BBC'

red 19 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #132BBC

Tints of Persian Blue #132BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 7.6%
G = 17.2%
B = 75.2%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#132BBC (or 0x132BBC) is known color: Persian Blue. HEX triplet: 13, 2B and BC. RGB value is (19,43,188). Sum of RGB (Red+Green+Blue) = 19+43+188=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #132BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BBC is #ECD443. Grayscale: #333333. Windows color (decimal): -15520836 or 12331795. OLE color: 12331795.

HSL color Cylindrical-coordinate representation of color #132BBC: hue angle of 231.48º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132BBC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 43 188 -
CMYK 0.90 0.77 0 0.26
HSL 231.48º 0.82% 0.41% -
HSV(B) 231.48º 0.9% 0.74% -
XYZ 10.21 5.5 48.1 -
YUV 52.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 19 43 188 0.90 0.77 0 0.26 231.48 0.82 0.41
Hex 13 2B BC 5A 4D 0 1A E7 52 29
Octal 23 53 274 132 115 0 32 347 122 51
Binary 10011 101011 10111100 1011010 1001101 0 11010 11100111 1010010 101001

Color Harmonies of #132BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BBC

Black with #132BBC

Text Example


Text Example

White with #132BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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