Html Css Color HEX #1131EB Persian Blue

📋 copy color: '#1131EB'

red 17 ◦ green 49 ◦ blue 235

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

Shades of Persian Blue #1131EB

Tints of Persian Blue #1131EB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 5.65%
G = 16.28%
B = 78.07%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1131EB (or 0x1131EB) is known color: Persian Blue. HEX triplet: 11, 31 and EB. RGB value is (17,49,235). Sum of RGB (Red+Green+Blue) = 17+49+235=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #1131EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1131EB is #EECE14. Grayscale: #3B3B3B. Windows color (decimal): -15650325 or 15413521. OLE color: 15413521.

HSL color Cylindrical-coordinate representation of color #1131EB: hue angle of 231.19º 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 #1131EB is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 49 235 -
CMYK 0.93 0.79 0 0.08
HSL 231.19º 0.87% 0.49% -
HSV(B) 231.19º 0.93% 0.92% -
XYZ 16.32 8.31 79.34 -
YUV 60.64 226.4 96.88 -
System Red Green Blue C M Y K H S L
Decimal 17 49 235 0.93 0.79 0 0.08 231.19 0.87 0.49
Hex 11 31 EB 5D 4F 0 8 E7 57 31
Octal 21 61 353 135 117 0 10 347 127 61
Binary 10001 110001 11101011 1011101 1001111 0 1000 11100111 1010111 110001

Color Harmonies of #1131EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1131EB

Black with #1131EB

Text Example


Text Example

White with #1131EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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