Html Css Color HEX #1137BF Persian Blue

📋 copy color: '#1137BF'

red 17 ◦ green 55 ◦ blue 191

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

Shades of Persian Blue #1137BF

Tints of Persian Blue #1137BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 191 (75% from 255) = 72.62%

R = 6.46%
G = 20.91%
B = 72.62%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1137BF (or 0x1137BF) is known color: Persian Blue. HEX triplet: 11, 37 and BF. RGB value is (17,55,191). Sum of RGB (Red+Green+Blue) = 17+55+191=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #1137BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1137BF is #EEC840. Grayscale: #3A3A3A. Windows color (decimal): -15648833 or 12531473. OLE color: 12531473.

HSL color Cylindrical-coordinate representation of color #1137BF: hue angle of 226.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1137BF is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 55 191 -
CMYK 0.91 0.71 0 0.25
HSL 226.9º 0.84% 0.41% -
HSV(B) 226.9º 0.91% 0.75% -
XYZ 11 6.61 49.99 -
YUV 59.14 202.41 97.94 -
System Red Green Blue C M Y K H S L
Decimal 17 55 191 0.91 0.71 0 0.25 226.9 0.84 0.41
Hex 11 37 BF 5B 47 0 19 E3 54 29
Octal 21 67 277 133 107 0 31 343 124 51
Binary 10001 110111 10111111 1011011 1000111 0 11001 11100011 1010100 101001

Color Harmonies of #1137BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1137BF

Black with #1137BF

Text Example


Text Example

White with #1137BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1137BF; }

 p { color: rgb(17,55,191); }

 H1.HeaderClassName
 {
   color: #1137BF;
 }
 .AnyTagClassName
 {
   color: #1137BF;
 }
</style>

background-color css

<style>
 a { background-color: #1137BF; }

 a { background-color: rgb(17,55,191); }

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

border-color css

<style>
 span { border-color: #1137BF; }

 span { border-color: rgb(17,55,191); }

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