Html Css Color HEX #1126C1 Persian Blue

📋 copy color: '#1126C1'

red 17 ◦ green 38 ◦ blue 193

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

Shades of Persian Blue #1126C1

Tints of Persian Blue #1126C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 77.82%

R = 6.85%
G = 15.32%
B = 77.82%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1126C1 (or 0x1126C1) is known color: Persian Blue. HEX triplet: 11, 26 and C1. RGB value is (17,38,193). Sum of RGB (Red+Green+Blue) = 17+38+193=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 193 (75.78% from 255 or 77.82% from 248); Max value from RGB is 193 - color contains mainly: blue. Hex color #1126C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126C1 is #EED93E. Grayscale: #303030. Windows color (decimal): -15653183 or 12658193. OLE color: 12658193.

HSL color Cylindrical-coordinate representation of color #1126C1: hue angle of 232.84º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1126C1 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 38 193 -
CMYK 0.91 0.80 0 0.24
HSL 232.84º 0.84% 0.41% -
HSV(B) 232.84º 0.91% 0.76% -
XYZ 10.55 5.36 50.93 -
YUV 49.39 209.04 104.9 -
System Red Green Blue C M Y K H S L
Decimal 17 38 193 0.91 0.80 0 0.24 232.84 0.84 0.41
Hex 11 26 C1 5B 50 0 18 E9 54 29
Octal 21 46 301 133 120 0 30 351 124 51
Binary 10001 100110 11000001 1011011 1010000 0 11000 11101001 1010100 101001

Color Harmonies of #1126C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126C1

Black with #1126C1

Text Example


Text Example

White with #1126C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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