Html Css Color HEX #132EBC Persian Blue

📋 copy color: '#132EBC'

red 19 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #132EBC

Tints of Persian Blue #132EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

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

R = 7.51%
G = 18.18%
B = 74.31%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#132EBC (or 0x132EBC) is known color: Persian Blue. HEX triplet: 13, 2E and BC. RGB value is (19,46,188). Sum of RGB (Red+Green+Blue) = 19+46+188=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #132EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EBC is #ECD143. Grayscale: #353535. Windows color (decimal): -15520068 or 12332563. OLE color: 12332563.

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

Color convert

RGB 19 46 188 -
CMYK 0.90 0.76 0 0.26
HSL 230.41º 0.82% 0.41% -
HSV(B) 230.41º 0.9% 0.74% -
XYZ 10.32 5.72 48.14 -
YUV 54.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 19 46 188 0.90 0.76 0 0.26 230.41 0.82 0.41
Hex 13 2E BC 5A 4C 0 1A E6 52 29
Octal 23 56 274 132 114 0 32 346 122 51
Binary 10011 101110 10111100 1011010 1001100 0 11010 11100110 1010010 101001

Color Harmonies of #132EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EBC

Black with #132EBC

Text Example


Text Example

White with #132EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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