Html Css Color HEX #112EC1 Persian Blue

📋 copy color: '#112EC1'

red 17 ◦ green 46 ◦ blue 193

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

Shades of Persian Blue #112EC1

Tints of Persian Blue #112EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

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

R = 6.64%
G = 17.97%
B = 75.39%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#112EC1 (or 0x112EC1) is known color: Persian Blue. HEX triplet: 11, 2E and C1. RGB value is (17,46,193). Sum of RGB (Red+Green+Blue) = 17+46+193=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #112EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EC1 is #EED13E. Grayscale: #353535. Windows color (decimal): -15651135 or 12660241. OLE color: 12660241.

HSL color Cylindrical-coordinate representation of color #112EC1: hue angle of 230.11º 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 #112EC1 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 46 193 -
CMYK 0.91 0.76 0 0.24
HSL 230.11º 0.84% 0.41% -
HSV(B) 230.11º 0.91% 0.76% -
XYZ 10.83 5.92 51.02 -
YUV 54.09 206.39 101.55 -
System Red Green Blue C M Y K H S L
Decimal 17 46 193 0.91 0.76 0 0.24 230.11 0.84 0.41
Hex 11 2E C1 5B 4C 0 18 E6 54 29
Octal 21 56 301 133 114 0 30 346 124 51
Binary 10001 101110 11000001 1011011 1001100 0 11000 11100110 1010100 101001

Color Harmonies of #112EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EC1

Black with #112EC1

Text Example


Text Example

White with #112EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112EC1; }

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

 H1.HeaderClassName
 {
   color: #112EC1;
 }
 .AnyTagClassName
 {
   color: #112EC1;
 }
</style>

background-color css

<style>
 a { background-color: #112EC1; }

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

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

border-color css

<style>
 span { border-color: #112EC1; }

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

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