Html Css Color HEX #132DC8 Persian Blue

📋 copy color: '#132DC8'

red 19 ◦ green 45 ◦ blue 200

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

Shades of Persian Blue #132DC8

Tints of Persian Blue #132DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 75.76%

R = 7.2%
G = 17.05%
B = 75.76%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#132DC8 (or 0x132DC8) is known color: Persian Blue. HEX triplet: 13, 2D and C8. RGB value is (19,45,200). Sum of RGB (Red+Green+Blue) = 19+45+200=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #132DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DC8 is #ECD237. Grayscale: #363636. Windows color (decimal): -15520312 or 13118739. OLE color: 13118739.

HSL color Cylindrical-coordinate representation of color #132DC8: hue angle of 231.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DC8 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 45 200 -
CMYK 0.90 0.78 0 0.22
HSL 231.38º 0.83% 0.43% -
HSV(B) 231.38º 0.91% 0.78% -
XYZ 11.63 6.19 55.22 -
YUV 54.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 19 45 200 0.90 0.78 0 0.22 231.38 0.83 0.43
Hex 13 2D C8 5A 4E 0 16 E7 53 2B
Octal 23 55 310 132 116 0 26 347 123 53
Binary 10011 101101 11001000 1011010 1001110 0 10110 11100111 1010011 101011

Color Harmonies of #132DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DC8

Black with #132DC8

Text Example


Text Example

White with #132DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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