Html Css Color HEX #1132EF Persian Blue

📋 copy color: '#1132EF'

red 17 ◦ green 50 ◦ blue 239

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

Shades of Persian Blue #1132EF

Tints of Persian Blue #1132EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.1%

R = 5.56%
G = 16.34%
B = 78.1%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1132EF (or 0x1132EF) is known color: Persian Blue. HEX triplet: 11, 32 and EF. RGB value is (17,50,239). Sum of RGB (Red+Green+Blue) = 17+50+239=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #1132EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1132EF is #EECD10. Grayscale: #3C3C3C. Windows color (decimal): -15650065 or 15675921. OLE color: 15675921.

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

Color convert

RGB 17 50 239 -
CMYK 0.93 0.79 0 0.06
HSL 231.08º 0.87% 0.5% -
HSV(B) 231.08º 0.93% 0.94% -
XYZ 16.95 8.63 82.43 -
YUV 61.68 228.07 96.13 -
System Red Green Blue C M Y K H S L
Decimal 17 50 239 0.93 0.79 0 0.06 231.08 0.87 0.5
Hex 11 32 EF 5D 4F 0 6 E7 57 32
Octal 21 62 357 135 117 0 6 347 127 62
Binary 10001 110010 11101111 1011101 1001111 0 110 11100111 1010111 110010

Color Harmonies of #1132EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132EF

Black with #1132EF

Text Example


Text Example

White with #1132EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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