Html Css Color HEX #1129BA Persian Blue

📋 copy color: '#1129BA'

red 17 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #1129BA

Tints of Persian Blue #1129BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 186 (73.05% from 255) = 76.23%

R = 6.97%
G = 16.8%
B = 76.23%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1129BA (or 0x1129BA) is known color: Persian Blue. HEX triplet: 11, 29 and BA. RGB value is (17,41,186). Sum of RGB (Red+Green+Blue) = 17+41+186=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #1129BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129BA is #EED645. Grayscale: #313131. Windows color (decimal): -15652422 or 12200209. OLE color: 12200209.

HSL color Cylindrical-coordinate representation of color #1129BA: hue angle of 231.48º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1129BA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 41 186 -
CMYK 0.91 0.78 0 0.27
HSL 231.48º 0.83% 0.4% -
HSV(B) 231.48º 0.91% 0.73% -
XYZ 9.89 5.25 46.95 -
YUV 50.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 17 41 186 0.91 0.78 0 0.27 231.48 0.83 0.4
Hex 11 29 BA 5B 4E 0 1B E7 53 28
Octal 21 51 272 133 116 0 33 347 123 50
Binary 10001 101001 10111010 1011011 1001110 0 11011 11100111 1010011 101000

Color Harmonies of #1129BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129BA

Black with #1129BA

Text Example


Text Example

White with #1129BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1129BA; }

 p { color: rgb(17,41,186); }

 H1.HeaderClassName
 {
   color: #1129BA;
 }
 .AnyTagClassName
 {
   color: #1129BA;
 }
</style>

background-color css

<style>
 a { background-color: #1129BA; }

 a { background-color: rgb(17,41,186); }

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

border-color css

<style>
 span { border-color: #1129BA; }

 span { border-color: rgb(17,41,186); }

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