Html Css Color HEX #112EEC Persian Blue

📋 copy color: '#112EEC'

red 17 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #112EEC

Tints of Persian Blue #112EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.93%

R = 5.69%
G = 15.38%
B = 78.93%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#112EEC (or 0x112EEC) is known color: Persian Blue. HEX triplet: 11, 2E and EC. RGB value is (17,46,236). Sum of RGB (Red+Green+Blue) = 17+46+236=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #112EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EEC is #EED113. Grayscale: #3A3A3A. Windows color (decimal): -15651092 or 15478289. OLE color: 15478289.

HSL color Cylindrical-coordinate representation of color #112EEC: hue angle of 232.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112EEC is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 46 236 -
CMYK 0.93 0.81 0 0.07
HSL 232.05º 0.87% 0.5% -
HSV(B) 232.05º 0.93% 0.93% -
XYZ 16.35 8.13 80.06 -
YUV 58.99 227.89 98.05 -
System Red Green Blue C M Y K H S L
Decimal 17 46 236 0.93 0.81 0 0.07 232.05 0.87 0.5
Hex 11 2E EC 5D 51 0 7 E8 57 32
Octal 21 56 354 135 121 0 7 350 127 62
Binary 10001 101110 11101100 1011101 1010001 0 111 11101000 1010111 110010

Color Harmonies of #112EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EEC

Black with #112EEC

Text Example


Text Example

White with #112EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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