Html Css Color HEX #1139E1 Persian Blue

📋 copy color: '#1139E1'

red 17 ◦ green 57 ◦ blue 225

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

Shades of Persian Blue #1139E1

Tints of Persian Blue #1139E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 75.25%

R = 5.69%
G = 19.06%
B = 75.25%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1139E1 (or 0x1139E1) is known color: Persian Blue. HEX triplet: 11, 39 and E1. RGB value is (17,57,225). Sum of RGB (Red+Green+Blue) = 17+57+225=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #1139E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139E1 is #EEC61E. Grayscale: #3F3F3F. Windows color (decimal): -15648287 or 14760209. OLE color: 14760209.

HSL color Cylindrical-coordinate representation of color #1139E1: hue angle of 228.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1139E1 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 57 225 -
CMYK 0.92 0.75 0 0.12
HSL 228.46º 0.86% 0.47% -
HSV(B) 228.46º 0.92% 0.88% -
XYZ 15.28 8.48 72.07 -
YUV 64.19 218.75 94.34 -
System Red Green Blue C M Y K H S L
Decimal 17 57 225 0.92 0.75 0 0.12 228.46 0.86 0.47
Hex 11 39 E1 5C 4B 0 C E4 56 2F
Octal 21 71 341 134 113 0 14 344 126 57
Binary 10001 111001 11100001 1011100 1001011 0 1100 11100100 1010110 101111

Color Harmonies of #1139E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139E1

Black with #1139E1

Text Example


Text Example

White with #1139E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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