Html Css Color HEX #132BCE Persian Blue

📋 copy color: '#132BCE'

red 19 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #132BCE

Tints of Persian Blue #132BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 7.09%
G = 16.04%
B = 76.87%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132BCE (or 0x132BCE) is known color: Persian Blue. HEX triplet: 13, 2B and CE. RGB value is (19,43,206). Sum of RGB (Red+Green+Blue) = 19+43+206=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #132BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCE is #ECD431. Grayscale: #353535. Windows color (decimal): -15520818 or 13511443. OLE color: 13511443.

HSL color Cylindrical-coordinate representation of color #132BCE: hue angle of 232.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BCE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 43 206 -
CMYK 0.91 0.79 0 0.19
HSL 232.3º 0.83% 0.44% -
HSV(B) 232.3º 0.91% 0.81% -
XYZ 12.27 6.32 58.97 -
YUV 54.41 213.55 102.75 -
System Red Green Blue C M Y K H S L
Decimal 19 43 206 0.91 0.79 0 0.19 232.3 0.83 0.44
Hex 13 2B CE 5B 4F 0 13 E8 53 2C
Octal 23 53 316 133 117 0 23 350 123 54
Binary 10011 101011 11001110 1011011 1001111 0 10011 11101000 1010011 101100

Color Harmonies of #132BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BCE

Black with #132BCE

Text Example


Text Example

White with #132BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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