Html Css Color HEX #132FCE Persian Blue

📋 copy color: '#132FCE'

red 19 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #132FCE

Tints of Persian Blue #132FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

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

R = 6.99%
G = 17.28%
B = 75.74%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132FCE (or 0x132FCE) is known color: Persian Blue. HEX triplet: 13, 2F and CE. RGB value is (19,47,206). Sum of RGB (Red+Green+Blue) = 19+47+206=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #132FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FCE is #ECD031. Grayscale: #383838. Windows color (decimal): -15519794 or 13512467. OLE color: 13512467.

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

Color convert

RGB 19 47 206 -
CMYK 0.91 0.77 0 0.19
HSL 231.02º 0.83% 0.44% -
HSV(B) 231.02º 0.91% 0.81% -
XYZ 12.43 6.63 59.02 -
YUV 56.75 212.22 101.07 -
System Red Green Blue C M Y K H S L
Decimal 19 47 206 0.91 0.77 0 0.19 231.02 0.83 0.44
Hex 13 2F CE 5B 4D 0 13 E7 53 2C
Octal 23 57 316 133 115 0 23 347 123 54
Binary 10011 101111 11001110 1011011 1001101 0 10011 11100111 1010011 101100

Color Harmonies of #132FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FCE

Black with #132FCE

Text Example


Text Example

White with #132FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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