#112FED

Color #112FED Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #112FED

Tints of Persian Blue #112FED

Color information

#112FED (or 0x112FED) is unknown color: approx Persian Blue. HEX triplet: 11, 2F and ED. RGB value is (17,47,237). Sum of RGB (Red+Green+Blue) = 17+47+237=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #112FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112FED is #EED012. Grayscale: #3A3A3A. Windows color (decimal): -15650835 or 15544081. OLE color: 15544081.

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

Color convert

RGB1747237-
CMYK0.930.8000.07
HSL231.82º86.61%49.8%-
HSV(B)231.82º92.83%92.94%-
XYZ16.538.2780.84-
YUV59.69228.0697.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 237 (92.97% from 255) = 78.74%
R=5.65%
G=15.61%
B=78.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17472370.930.8000.07231.8286.6149.8
Hex112FED5D5007e85732
Octal21573551351200735012762
Binary1000110111111101101101110110100000111111010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #112FED;
 }
 .AnyTagClassName
 {
   color: #112FED;
 }
</style>
background-color css

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

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

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

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

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

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