Html Css Color HEX #1139C1 Persian Blue

📋 copy color: '#1139C1'

red 17 ◦ green 57 ◦ blue 193

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

Shades of Persian Blue #1139C1

Tints of Persian Blue #1139C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 72.28%

R = 6.37%
G = 21.35%
B = 72.28%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1139C1 (or 0x1139C1) is known color: Persian Blue. HEX triplet: 11, 39 and C1. RGB value is (17,57,193). Sum of RGB (Red+Green+Blue) = 17+57+193=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 193 (75.78% from 255 or 72.28% from 267); Max value from RGB is 193 - color contains mainly: blue. Hex color #1139C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139C1 is #EEC63E. Grayscale: #3B3B3B. Windows color (decimal): -15648319 or 12663057. OLE color: 12663057.

HSL color Cylindrical-coordinate representation of color #1139C1: hue angle of 226.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1139C1 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 57 193 -
CMYK 0.91 0.70 0 0.24
HSL 226.36º 0.84% 0.41% -
HSV(B) 226.36º 0.91% 0.76% -
XYZ 11.32 6.9 51.19 -
YUV 60.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 17 57 193 0.91 0.70 0 0.24 226.36 0.84 0.41
Hex 11 39 C1 5B 46 0 18 E2 54 29
Octal 21 71 301 133 106 0 30 342 124 51
Binary 10001 111001 11000001 1011011 1000110 0 11000 11100010 1010100 101001

Color Harmonies of #1139C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139C1

Black with #1139C1

Text Example


Text Example

White with #1139C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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