Html Css Color HEX #132EBB Persian Blue

📋 copy color: '#132EBB'

red 19 ◦ green 46 ◦ blue 187

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

Shades of Persian Blue #132EBB

Tints of Persian Blue #132EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.21%

R = 7.54%
G = 18.25%
B = 74.21%

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

#132EBB (or 0x132EBB) is known color: Persian Blue. HEX triplet: 13, 2E and BB. RGB value is (19,46,187). Sum of RGB (Red+Green+Blue) = 19+46+187=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 187 (73.44% from 255 or 74.21% from 252); Max value from RGB is 187 - color contains mainly: blue. Hex color #132EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EBB is #ECD144. Grayscale: #353535. Windows color (decimal): -15520069 or 12267027. OLE color: 12267027.

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

Color convert

RGB 19 46 187 -
CMYK 0.90 0.75 0 0.27
HSL 230.36º 0.82% 0.4% -
HSV(B) 230.36º 0.9% 0.73% -
XYZ 10.22 5.68 47.57 -
YUV 54 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 19 46 187 0.90 0.75 0 0.27 230.36 0.82 0.4
Hex 13 2E BB 5A 4B 0 1B E6 52 28
Octal 23 56 273 132 113 0 33 346 122 50
Binary 10011 101110 10111011 1011010 1001011 0 11011 11100110 1010010 101000

Color Harmonies of #132EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EBB

Black with #132EBB

Text Example


Text Example

White with #132EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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