Html Css Color HEX #1132CE Persian Blue

📋 copy color: '#1132CE'

red 17 ◦ green 50 ◦ blue 206

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

Shades of Persian Blue #1132CE

Tints of Persian Blue #1132CE

RGB

 RED value IS 17 (7.03% from 255) = 6.23%

 GREEN value IS 50 (19.92% from 255) = 18.32%

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

R = 6.23%
G = 18.32%
B = 75.46%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1132CE (or 0x1132CE) is known color: Persian Blue. HEX triplet: 11, 32 and CE. RGB value is (17,50,206). Sum of RGB (Red+Green+Blue) = 17+50+206=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1132CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1132CE is #EECD31. Grayscale: #393939. Windows color (decimal): -15650098 or 13513233. OLE color: 13513233.

HSL color Cylindrical-coordinate representation of color #1132CE: hue angle of 229.52º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1132CE is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 50 206 -
CMYK 0.92 0.76 0 0.19
HSL 229.52º 0.85% 0.44% -
HSV(B) 229.52º 0.92% 0.81% -
XYZ 12.51 6.86 59.06 -
YUV 57.92 211.57 98.82 -
System Red Green Blue C M Y K H S L
Decimal 17 50 206 0.92 0.76 0 0.19 229.52 0.85 0.44
Hex 11 32 CE 5C 4C 0 13 E6 55 2C
Octal 21 62 316 134 114 0 23 346 125 54
Binary 10001 110010 11001110 1011100 1001100 0 10011 11100110 1010101 101100

Color Harmonies of #1132CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132CE

Black with #1132CE

Text Example


Text Example

White with #1132CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1132CE; }

 p { color: rgb(17,50,206); }

 H1.HeaderClassName
 {
   color: #1132CE;
 }
 .AnyTagClassName
 {
   color: #1132CE;
 }
</style>

background-color css

<style>
 a { background-color: #1132CE; }

 a { background-color: rgb(17,50,206); }

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

border-color css

<style>
 span { border-color: #1132CE; }

 span { border-color: rgb(17,50,206); }

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