Html Css Color HEX #132EBA Persian Blue

📋 copy color: '#132EBA'

red 19 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #132EBA

Tints of Persian Blue #132EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 7.57%
G = 18.33%
B = 74.1%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#132EBA (or 0x132EBA) is known color: Persian Blue. HEX triplet: 13, 2E and BA. RGB value is (19,46,186). Sum of RGB (Red+Green+Blue) = 19+46+186=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #132EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EBA is #ECD145. Grayscale: #353535. Windows color (decimal): -15520070 or 12201491. OLE color: 12201491.

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

Color convert

RGB 19 46 186 -
CMYK 0.90 0.75 0 0.27
HSL 230.3º 0.81% 0.4% -
HSV(B) 230.3º 0.9% 0.73% -
XYZ 10.11 5.64 47.01 -
YUV 53.89 202.55 103.12 -
System Red Green Blue C M Y K H S L
Decimal 19 46 186 0.90 0.75 0 0.27 230.3 0.81 0.4
Hex 13 2E BA 5A 4B 0 1B E6 51 28
Octal 23 56 272 132 113 0 33 346 121 50
Binary 10011 101110 10111010 1011010 1001011 0 11011 11100110 1010001 101000

Color Harmonies of #132EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EBA

Black with #132EBA

Text Example


Text Example

White with #132EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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