Html Css Color HEX #1126DB Persian Blue

📋 copy color: '#1126DB'

red 17 ◦ green 38 ◦ blue 219

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

Shades of Persian Blue #1126DB

Tints of Persian Blue #1126DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.87%

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

R = 6.2%
G = 13.87%
B = 79.93%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1126DB (or 0x1126DB) is known color: Persian Blue. HEX triplet: 11, 26 and DB. RGB value is (17,38,219). Sum of RGB (Red+Green+Blue) = 17+38+219=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #1126DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126DB is #EED924. Grayscale: #333333. Windows color (decimal): -15653157 or 14362129. OLE color: 14362129.

HSL color Cylindrical-coordinate representation of color #1126DB: hue angle of 233.76º 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 #1126DB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 38 219 -
CMYK 0.92 0.83 0 0.14
HSL 233.76º 0.86% 0.46% -
HSV(B) 233.76º 0.92% 0.86% -
XYZ 13.71 6.62 67.57 -
YUV 52.36 222.04 102.78 -
System Red Green Blue C M Y K H S L
Decimal 17 38 219 0.92 0.83 0 0.14 233.76 0.86 0.46
Hex 11 26 DB 5C 53 0 E EA 56 2E
Octal 21 46 333 134 123 0 16 352 126 56
Binary 10001 100110 11011011 1011100 1010011 0 1110 11101010 1010110 101110

Color Harmonies of #1126DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126DB

Black with #1126DB

Text Example


Text Example

White with #1126DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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