Html Css Color HEX #1129BD Persian Blue

📋 copy color: '#1129BD'

red 17 ◦ green 41 ◦ blue 189

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

Shades of Persian Blue #1129BD

Tints of Persian Blue #1129BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 6.88%
G = 16.6%
B = 76.52%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1129BD (or 0x1129BD) is known color: Persian Blue. HEX triplet: 11, 29 and BD. RGB value is (17,41,189). Sum of RGB (Red+Green+Blue) = 17+41+189=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #1129BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129BD is #EED642. Grayscale: #323232. Windows color (decimal): -15652419 or 12396817. OLE color: 12396817.

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

Color convert

RGB 17 41 189 -
CMYK 0.91 0.78 0 0.26
HSL 231.63º 0.83% 0.4% -
HSV(B) 231.63º 0.91% 0.74% -
XYZ 10.21 5.38 48.64 -
YUV 50.7 206.05 103.97 -
System Red Green Blue C M Y K H S L
Decimal 17 41 189 0.91 0.78 0 0.26 231.63 0.83 0.4
Hex 11 29 BD 5B 4E 0 1A E8 53 28
Octal 21 51 275 133 116 0 32 350 123 50
Binary 10001 101001 10111101 1011011 1001110 0 11010 11101000 1010011 101000

Color Harmonies of #1129BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129BD

Black with #1129BD

Text Example


Text Example

White with #1129BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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