Html Css Color HEX #112EC2 Persian Blue

📋 copy color: '#112EC2'

red 17 ◦ green 46 ◦ blue 194

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

Shades of Persian Blue #112EC2

Tints of Persian Blue #112EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 75.49%

R = 6.61%
G = 17.9%
B = 75.49%

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

#112EC2 (or 0x112EC2) is known color: Persian Blue. HEX triplet: 11, 2E and C2. RGB value is (17,46,194). Sum of RGB (Red+Green+Blue) = 17+46+194=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #112EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EC2 is #EED13D. Grayscale: #353535. Windows color (decimal): -15651134 or 12725777. OLE color: 12725777.

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

Color convert

RGB 17 46 194 -
CMYK 0.91 0.76 0 0.24
HSL 230.17º 0.84% 0.41% -
HSV(B) 230.17º 0.91% 0.76% -
XYZ 10.95 5.97 51.61 -
YUV 54.2 206.89 101.47 -
System Red Green Blue C M Y K H S L
Decimal 17 46 194 0.91 0.76 0 0.24 230.17 0.84 0.41
Hex 11 2E C2 5B 4C 0 18 E6 54 29
Octal 21 56 302 133 114 0 30 346 124 51
Binary 10001 101110 11000010 1011011 1001100 0 11000 11100110 1010100 101001

Color Harmonies of #112EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EC2

Black with #112EC2

Text Example


Text Example

White with #112EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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