Html Css Color HEX #132BCB Persian Blue

📋 copy color: '#132BCB'

red 19 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #132BCB

Tints of Persian Blue #132BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 7.17%
G = 16.23%
B = 76.6%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#132BCB (or 0x132BCB) is known color: Persian Blue. HEX triplet: 13, 2B and CB. RGB value is (19,43,203). Sum of RGB (Red+Green+Blue) = 19+43+203=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #132BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCB is #ECD434. Grayscale: #353535. Windows color (decimal): -15520821 or 13314835. OLE color: 13314835.

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

Color convert

RGB 19 43 203 -
CMYK 0.91 0.79 0 0.20
HSL 232.17º 0.83% 0.44% -
HSV(B) 232.17º 0.91% 0.8% -
XYZ 11.91 6.18 57.06 -
YUV 54.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 19 43 203 0.91 0.79 0 0.20 232.17 0.83 0.44
Hex 13 2B CB 5B 4F 0 14 E8 53 2C
Octal 23 53 313 133 117 0 24 350 123 54
Binary 10011 101011 11001011 1011011 1001111 0 10100 11101000 1010011 101100

Color Harmonies of #132BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BCB

Black with #132BCB

Text Example


Text Example

White with #132BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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