Html Css Color HEX #132DCC Persian Blue

📋 copy color: '#132DCC'

red 19 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #132DCC

Tints of Persian Blue #132DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 7.09%
G = 16.79%
B = 76.12%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#132DCC (or 0x132DCC) is known color: Persian Blue. HEX triplet: 13, 2D and CC. RGB value is (19,45,204). Sum of RGB (Red+Green+Blue) = 19+45+204=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #132DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DCC is #ECD233. Grayscale: #363636. Windows color (decimal): -15520308 or 13380883. OLE color: 13380883.

HSL color Cylindrical-coordinate representation of color #132DCC: hue angle of 231.57º 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 #132DCC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 45 204 -
CMYK 0.91 0.78 0 0.2
HSL 231.57º 0.83% 0.44% -
HSV(B) 231.57º 0.91% 0.8% -
XYZ 12.11 6.37 57.72 -
YUV 55.35 211.89 102.07 -
System Red Green Blue C M Y K H S L
Decimal 19 45 204 0.91 0.78 0 0.2 231.57 0.83 0.44
Hex 13 2D CC 5B 4E 0 14 E8 53 2C
Octal 23 55 314 133 116 0 24 350 123 54
Binary 10011 101101 11001100 1011011 1001110 0 10100 11101000 1010011 101100

Color Harmonies of #132DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DCC

Black with #132DCC

Text Example


Text Example

White with #132DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,204); }

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

background-color css

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

 a { background-color: rgb(19,45,204); }

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

border-color css

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

 span { border-color: rgb(19,45,204); }

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