Html Css Color HEX #1132ED Persian Blue

📋 copy color: '#1132ED'

red 17 ◦ green 50 ◦ blue 237

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

Shades of Persian Blue #1132ED

Tints of Persian Blue #1132ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.96%

R = 5.59%
G = 16.45%
B = 77.96%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1132ED (or 0x1132ED) is known color: Persian Blue. HEX triplet: 11, 32 and ED. RGB value is (17,50,237). Sum of RGB (Red+Green+Blue) = 17+50+237=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 237 (92.97% from 255 or 77.96% from 304); Max value from RGB is 237 - color contains mainly: blue. Hex color #1132ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1132ED is #EECD12. Grayscale: #3C3C3C. Windows color (decimal): -15650067 or 15544849. OLE color: 15544849.

HSL color Cylindrical-coordinate representation of color #1132ED: hue angle of 231º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1132ED is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 50 237 -
CMYK 0.93 0.79 0 0.07
HSL 231º 0.87% 0.5% -
HSV(B) 231º 0.93% 0.93% -
XYZ 16.66 8.51 80.89 -
YUV 61.45 227.07 96.29 -
System Red Green Blue C M Y K H S L
Decimal 17 50 237 0.93 0.79 0 0.07 231 0.87 0.5
Hex 11 32 ED 5D 4F 0 7 E7 57 32
Octal 21 62 355 135 117 0 7 347 127 62
Binary 10001 110010 11101101 1011101 1001111 0 111 11100111 1010111 110010

Color Harmonies of #1132ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132ED

Black with #1132ED

Text Example


Text Example

White with #1132ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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