Html Css Color HEX #112BE0 Persian Blue

📋 copy color: '#112BE0'

red 17 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #112BE0

Tints of Persian Blue #112BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 224 (87.89% from 255) = 78.87%

R = 5.99%
G = 15.14%
B = 78.87%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#112BE0 (or 0x112BE0) is known color: Persian Blue. HEX triplet: 11, 2B and E0. RGB value is (17,43,224). Sum of RGB (Red+Green+Blue) = 17+43+224=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 224 (87.89% from 255 or 78.87% from 284); Max value from RGB is 224 - color contains mainly: blue. Hex color #112BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BE0 is #EED41F. Grayscale: #373737. Windows color (decimal): -15651872 or 14691089. OLE color: 14691089.

HSL color Cylindrical-coordinate representation of color #112BE0: hue angle of 232.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112BE0 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 43 224 -
CMYK 0.92 0.81 0 0.12
HSL 232.46º 0.86% 0.47% -
HSV(B) 232.46º 0.92% 0.88% -
XYZ 14.55 7.23 71.15 -
YUV 55.86 222.89 100.28 -
System Red Green Blue C M Y K H S L
Decimal 17 43 224 0.92 0.81 0 0.12 232.46 0.86 0.47
Hex 11 2B E0 5C 51 0 C E8 56 2F
Octal 21 53 340 134 121 0 14 350 126 57
Binary 10001 101011 11100000 1011100 1010001 0 1100 11101000 1010110 101111

Color Harmonies of #112BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BE0

Black with #112BE0

Text Example


Text Example

White with #112BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,224); }

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

background-color css

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

 a { background-color: rgb(17,43,224); }

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

border-color css

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

 span { border-color: rgb(17,43,224); }

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