Html Css Color HEX #112ABE Persian Blue

📋 copy color: '#112ABE'

red 17 ◦ green 42 ◦ blue 190

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

Shades of Persian Blue #112ABE

Tints of Persian Blue #112ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76.31%

R = 6.83%
G = 16.87%
B = 76.31%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112ABE (or 0x112ABE) is known color: Persian Blue. HEX triplet: 11, 2A and BE. RGB value is (17,42,190). Sum of RGB (Red+Green+Blue) = 17+42+190=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #112ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ABE is #EED541. Grayscale: #323232. Windows color (decimal): -15652162 or 12462609. OLE color: 12462609.

HSL color Cylindrical-coordinate representation of color #112ABE: hue angle of 231.33º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112ABE is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 42 190 -
CMYK 0.91 0.78 0 0.25
HSL 231.33º 0.84% 0.41% -
HSV(B) 231.33º 0.91% 0.75% -
XYZ 10.35 5.49 49.23 -
YUV 51.4 206.22 103.47 -
System Red Green Blue C M Y K H S L
Decimal 17 42 190 0.91 0.78 0 0.25 231.33 0.84 0.41
Hex 11 2A BE 5B 4E 0 19 E7 54 29
Octal 21 52 276 133 116 0 31 347 124 51
Binary 10001 101010 10111110 1011011 1001110 0 11001 11100111 1010100 101001

Color Harmonies of #112ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ABE

Black with #112ABE

Text Example


Text Example

White with #112ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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