Html Css Color HEX #1132CF Persian Blue

📋 copy color: '#1132CF'

red 17 ◦ green 50 ◦ blue 207

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

Shades of Persian Blue #1132CF

Tints of Persian Blue #1132CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 6.2%
G = 18.25%
B = 75.55%

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

#1132CF (or 0x1132CF) is known color: Persian Blue. HEX triplet: 11, 32 and CF. RGB value is (17,50,207). Sum of RGB (Red+Green+Blue) = 17+50+207=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #1132CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1132CF is #EECD30. Grayscale: #393939. Windows color (decimal): -15650097 or 13578769. OLE color: 13578769.

HSL color Cylindrical-coordinate representation of color #1132CF: hue angle of 229.58º 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 #1132CF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 50 207 -
CMYK 0.92 0.76 0 0.19
HSL 229.58º 0.85% 0.44% -
HSV(B) 229.58º 0.92% 0.81% -
XYZ 12.63 6.91 59.7 -
YUV 58.03 212.07 98.73 -
System Red Green Blue C M Y K H S L
Decimal 17 50 207 0.92 0.76 0 0.19 229.58 0.85 0.44
Hex 11 32 CF 5C 4C 0 13 E6 55 2C
Octal 21 62 317 134 114 0 23 346 125 54
Binary 10001 110010 11001111 1011100 1001100 0 10011 11100110 1010101 101100

Color Harmonies of #1132CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1132CF

Black with #1132CF

Text Example


Text Example

White with #1132CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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