Html Css Color HEX #1126BA Persian Blue

📋 copy color: '#1126BA'

red 17 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #1126BA

Tints of Persian Blue #1126BA

RGB

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

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

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

R = 7.05%
G = 15.77%
B = 77.18%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1126BA (or 0x1126BA) is known color: Persian Blue. HEX triplet: 11, 26 and BA. RGB value is (17,38,186). Sum of RGB (Red+Green+Blue) = 17+38+186=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1126BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126BA is #EED945. Grayscale: #2F2F2F. Windows color (decimal): -15653190 or 12199441. OLE color: 12199441.

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

Color convert

RGB 17 38 186 -
CMYK 0.91 0.80 0 0.27
HSL 232.54º 0.83% 0.4% -
HSV(B) 232.54º 0.91% 0.73% -
XYZ 9.79 5.05 46.91 -
YUV 48.59 205.54 105.47 -
System Red Green Blue C M Y K H S L
Decimal 17 38 186 0.91 0.80 0 0.27 232.54 0.83 0.4
Hex 11 26 BA 5B 50 0 1B E9 53 28
Octal 21 46 272 133 120 0 33 351 123 50
Binary 10001 100110 10111010 1011011 1010000 0 11011 11101001 1010011 101000

Color Harmonies of #1126BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126BA

Black with #1126BA

Text Example


Text Example

White with #1126BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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