Html Css Color HEX #132FBC Persian Blue

📋 copy color: '#132FBC'

red 19 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #132FBC

Tints of Persian Blue #132FBC

RGB

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

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

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

R = 7.48%
G = 18.5%
B = 74.02%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#132FBC (or 0x132FBC) is known color: Persian Blue. HEX triplet: 13, 2F and BC. RGB value is (19,47,188). Sum of RGB (Red+Green+Blue) = 19+47+188=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #132FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FBC is #ECD043. Grayscale: #363636. Windows color (decimal): -15519812 or 12332819. OLE color: 12332819.

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

Color convert

RGB 19 47 188 -
CMYK 0.90 0.75 0 0.26
HSL 230.06º 0.82% 0.41% -
HSV(B) 230.06º 0.9% 0.74% -
XYZ 10.36 5.8 48.15 -
YUV 54.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 19 47 188 0.90 0.75 0 0.26 230.06 0.82 0.41
Hex 13 2F BC 5A 4B 0 1A E6 52 29
Octal 23 57 274 132 113 0 32 346 122 51
Binary 10011 101111 10111100 1011010 1001011 0 11010 11100110 1010010 101001

Color Harmonies of #132FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FBC

Black with #132FBC

Text Example


Text Example

White with #132FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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