Html Css Color HEX #1129BB Persian Blue

📋 copy color: '#1129BB'

red 17 ◦ green 41 ◦ blue 187

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

Shades of Persian Blue #1129BB

Tints of Persian Blue #1129BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.33%

R = 6.94%
G = 16.73%
B = 76.33%

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

#1129BB (or 0x1129BB) is known color: Persian Blue. HEX triplet: 11, 29 and BB. RGB value is (17,41,187). Sum of RGB (Red+Green+Blue) = 17+41+187=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #1129BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129BB is #EED644. Grayscale: #313131. Windows color (decimal): -15652421 or 12265745. OLE color: 12265745.

HSL color Cylindrical-coordinate representation of color #1129BB: hue angle of 231.53º 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 #1129BB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 41 187 -
CMYK 0.91 0.78 0 0.27
HSL 231.53º 0.83% 0.4% -
HSV(B) 231.53º 0.91% 0.73% -
XYZ 9.99 5.29 47.51 -
YUV 50.47 205.05 104.13 -
System Red Green Blue C M Y K H S L
Decimal 17 41 187 0.91 0.78 0 0.27 231.53 0.83 0.4
Hex 11 29 BB 5B 4E 0 1B E8 53 28
Octal 21 51 273 133 116 0 33 350 123 50
Binary 10001 101001 10111011 1011011 1001110 0 11011 11101000 1010011 101000

Color Harmonies of #1129BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129BB

Black with #1129BB

Text Example


Text Example

White with #1129BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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