Html Css Color HEX #112AE0 Persian Blue

📋 copy color: '#112AE0'

red 17 ◦ green 42 ◦ blue 224

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

Shades of Persian Blue #112AE0

Tints of Persian Blue #112AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

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

R = 6.01%
G = 14.84%
B = 79.15%

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

#112AE0 (or 0x112AE0) is known color: Persian Blue. HEX triplet: 11, 2A and E0. RGB value is (17,42,224). Sum of RGB (Red+Green+Blue) = 17+42+224=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #112AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112AE0 is #EED51F. Grayscale: #363636. Windows color (decimal): -15652128 or 14690833. OLE color: 14690833.

HSL color Cylindrical-coordinate representation of color #112AE0: hue angle of 232.75º 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 #112AE0 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 42 224 -
CMYK 0.92 0.81 0 0.12
HSL 232.75º 0.86% 0.47% -
HSV(B) 232.75º 0.92% 0.88% -
XYZ 14.51 7.16 71.14 -
YUV 55.27 223.22 100.7 -
System Red Green Blue C M Y K H S L
Decimal 17 42 224 0.92 0.81 0 0.12 232.75 0.86 0.47
Hex 11 2A E0 5C 51 0 C E9 56 2F
Octal 21 52 340 134 121 0 14 351 126 57
Binary 10001 101010 11100000 1011100 1010001 0 1100 11101001 1010110 101111

Color Harmonies of #112AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AE0

Black with #112AE0

Text Example


Text Example

White with #112AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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