Html Css Color HEX #112FEC Persian Blue

📋 copy color: '#112FEC'

red 17 ◦ green 47 ◦ blue 236

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

Shades of Persian Blue #112FEC

Tints of Persian Blue #112FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 5.67%
G = 15.67%
B = 78.67%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#112FEC (or 0x112FEC) is known color: Persian Blue. HEX triplet: 11, 2F and EC. RGB value is (17,47,236). Sum of RGB (Red+Green+Blue) = 17+47+236=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #112FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FEC is #EED013. Grayscale: #3A3A3A. Windows color (decimal): -15650836 or 15478545. OLE color: 15478545.

HSL color Cylindrical-coordinate representation of color #112FEC: hue angle of 231.78º 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 #112FEC is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 47 236 -
CMYK 0.93 0.80 0 0.07
HSL 231.78º 0.87% 0.5% -
HSV(B) 231.78º 0.93% 0.93% -
XYZ 16.39 8.21 80.08 -
YUV 59.58 227.56 97.63 -
System Red Green Blue C M Y K H S L
Decimal 17 47 236 0.93 0.80 0 0.07 231.78 0.87 0.5
Hex 11 2F EC 5D 50 0 7 E8 57 32
Octal 21 57 354 135 120 0 7 350 127 62
Binary 10001 101111 11101100 1011101 1010000 0 111 11101000 1010111 110010

Color Harmonies of #112FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FEC

Black with #112FEC

Text Example


Text Example

White with #112FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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