Html Css Color HEX #132ADC Persian Blue

📋 copy color: '#132ADC'

red 19 ◦ green 42 ◦ blue 220

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

Shades of Persian Blue #132ADC

Tints of Persian Blue #132ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

 BLUE value IS 220 (86.33% from 255) = 78.29%

R = 6.76%
G = 14.95%
B = 78.29%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#132ADC (or 0x132ADC) is known color: Persian Blue. HEX triplet: 13, 2A and DC. RGB value is (19,42,220). Sum of RGB (Red+Green+Blue) = 19+42+220=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #132ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ADC is #ECD523. Grayscale: #363636. Windows color (decimal): -15521060 or 14428691. OLE color: 14428691.

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

Color convert

RGB 19 42 220 -
CMYK 0.91 0.81 0 0.14
HSL 233.13º 0.84% 0.47% -
HSV(B) 233.13º 0.91% 0.86% -
XYZ 14.01 6.96 68.32 -
YUV 55.42 220.88 102.03 -
System Red Green Blue C M Y K H S L
Decimal 19 42 220 0.91 0.81 0 0.14 233.13 0.84 0.47
Hex 13 2A DC 5B 51 0 E E9 54 2F
Octal 23 52 334 133 121 0 16 351 124 57
Binary 10011 101010 11011100 1011011 1010001 0 1110 11101001 1010100 101111

Color Harmonies of #132ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ADC

Black with #132ADC

Text Example


Text Example

White with #132ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,42,220); }

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

background-color css

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

 a { background-color: rgb(19,42,220); }

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

border-color css

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

 span { border-color: rgb(19,42,220); }

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