Html Css Color HEX #1129DB Persian Blue

📋 copy color: '#1129DB'

red 17 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #1129DB

Tints of Persian Blue #1129DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.06%

R = 6.14%
G = 14.8%
B = 79.06%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1129DB (or 0x1129DB) is known color: Persian Blue. HEX triplet: 11, 29 and DB. RGB value is (17,41,219). Sum of RGB (Red+Green+Blue) = 17+41+219=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #1129DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1129DB is #EED624. Grayscale: #353535. Windows color (decimal): -15652389 or 14362897. OLE color: 14362897.

HSL color Cylindrical-coordinate representation of color #1129DB: hue angle of 232.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1129DB is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 41 219 -
CMYK 0.92 0.81 0 0.14
HSL 232.87º 0.86% 0.46% -
HSV(B) 232.87º 0.92% 0.86% -
XYZ 13.81 6.82 67.61 -
YUV 54.12 221.05 101.53 -
System Red Green Blue C M Y K H S L
Decimal 17 41 219 0.92 0.81 0 0.14 232.87 0.86 0.46
Hex 11 29 DB 5C 51 0 E E9 56 2E
Octal 21 51 333 134 121 0 16 351 126 56
Binary 10001 101001 11011011 1011100 1010001 0 1110 11101001 1010110 101110

Color Harmonies of #1129DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1129DB

Black with #1129DB

Text Example


Text Example

White with #1129DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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