Html Css Color HEX #1141EB Persian Blue

📋 copy color: '#1141EB'

red 17 ◦ green 65 ◦ blue 235

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

Shades of Persian Blue #1141EB

Tints of Persian Blue #1141EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 5.36%
G = 20.5%
B = 74.13%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1141EB (or 0x1141EB) is known color: Persian Blue. HEX triplet: 11, 41 and EB. RGB value is (17,65,235). Sum of RGB (Red+Green+Blue) = 17+65+235=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #1141EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141EB is #EEBE14. Grayscale: #454545. Windows color (decimal): -15646229 or 15417617. OLE color: 15417617.

HSL color Cylindrical-coordinate representation of color #1141EB: hue angle of 226.79º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1141EB is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 65 235 -
CMYK 0.93 0.72 0 0.08
HSL 226.79º 0.87% 0.49% -
HSV(B) 226.79º 0.93% 0.92% -
XYZ 17.12 9.9 79.61 -
YUV 70.03 221.1 90.18 -
System Red Green Blue C M Y K H S L
Decimal 17 65 235 0.93 0.72 0 0.08 226.79 0.87 0.49
Hex 11 41 EB 5D 48 0 8 E3 57 31
Octal 21 101 353 135 110 0 10 343 127 61
Binary 10001 1000001 11101011 1011101 1001000 0 1000 11100011 1010111 110001

Color Harmonies of #1141EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141EB

Black with #1141EB

Text Example


Text Example

White with #1141EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1141EB; }

 p { color: rgb(17,65,235); }

 H1.HeaderClassName
 {
   color: #1141EB;
 }
 .AnyTagClassName
 {
   color: #1141EB;
 }
</style>

background-color css

<style>
 a { background-color: #1141EB; }

 a { background-color: rgb(17,65,235); }

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

border-color css

<style>
 span { border-color: #1141EB; }

 span { border-color: rgb(17,65,235); }

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