Html Css Color HEX #1139EF Persian Blue

📋 copy color: '#1139EF'

red 17 ◦ green 57 ◦ blue 239

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

Shades of Persian Blue #1139EF

Tints of Persian Blue #1139EF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 5.43%
G = 18.21%
B = 76.36%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1139EF (or 0x1139EF) is known color: Persian Blue. HEX triplet: 11, 39 and EF. RGB value is (17,57,239). Sum of RGB (Red+Green+Blue) = 17+57+239=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #1139EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139EF is #EEC610. Grayscale: #414141. Windows color (decimal): -15648273 or 15677713. OLE color: 15677713.

HSL color Cylindrical-coordinate representation of color #1139EF: hue angle of 229.19º 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 #1139EF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 57 239 -
CMYK 0.93 0.76 0 0.06
HSL 229.19º 0.87% 0.5% -
HSV(B) 229.19º 0.93% 0.94% -
XYZ 17.27 9.28 82.54 -
YUV 65.79 225.75 93.2 -
System Red Green Blue C M Y K H S L
Decimal 17 57 239 0.93 0.76 0 0.06 229.19 0.87 0.5
Hex 11 39 EF 5D 4C 0 6 E5 57 32
Octal 21 71 357 135 114 0 6 345 127 62
Binary 10001 111001 11101111 1011101 1001100 0 110 11100101 1010111 110010

Color Harmonies of #1139EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139EF

Black with #1139EF

Text Example


Text Example

White with #1139EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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