Html Css Color HEX #132BDE Persian Blue

📋 copy color: '#132BDE'

red 19 ◦ green 43 ◦ blue 222

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

Shades of Persian Blue #132BDE

Tints of Persian Blue #132BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 6.69%
G = 15.14%
B = 78.17%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#132BDE (or 0x132BDE) is known color: Persian Blue. HEX triplet: 13, 2B and DE. RGB value is (19,43,222). Sum of RGB (Red+Green+Blue) = 19+43+222=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #132BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BDE is #ECD421. Grayscale: #373737. Windows color (decimal): -15520802 or 14560019. OLE color: 14560019.

HSL color Cylindrical-coordinate representation of color #132BDE: hue angle of 232.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BDE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 43 222 -
CMYK 0.91 0.81 0 0.13
HSL 232.91º 0.84% 0.47% -
HSV(B) 232.91º 0.91% 0.87% -
XYZ 14.32 7.14 69.73 -
YUV 56.23 221.55 101.45 -
System Red Green Blue C M Y K H S L
Decimal 19 43 222 0.91 0.81 0 0.13 232.91 0.84 0.47
Hex 13 2B DE 5B 51 0 D E9 54 2F
Octal 23 53 336 133 121 0 15 351 124 57
Binary 10011 101011 11011110 1011011 1010001 0 1101 11101001 1010100 101111

Color Harmonies of #132BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BDE

Black with #132BDE

Text Example


Text Example

White with #132BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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