Html Css Color HEX #112ABA Persian Blue

📋 copy color: '#112ABA'

red 17 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #112ABA

Tints of Persian Blue #112ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 6.94%
G = 17.14%
B = 75.92%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#112ABA (or 0x112ABA) is known color: Persian Blue. HEX triplet: 11, 2A and BA. RGB value is (17,42,186). Sum of RGB (Red+Green+Blue) = 17+42+186=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #112ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ABA is #EED545. Grayscale: #323232. Windows color (decimal): -15652166 or 12200465. OLE color: 12200465.

HSL color Cylindrical-coordinate representation of color #112ABA: hue angle of 231.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112ABA is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 42 186 -
CMYK 0.91 0.77 0 0.27
HSL 231.12º 0.83% 0.4% -
HSV(B) 231.12º 0.91% 0.73% -
XYZ 9.92 5.32 46.96 -
YUV 50.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 17 42 186 0.91 0.77 0 0.27 231.12 0.83 0.4
Hex 11 2A BA 5B 4D 0 1B E7 53 28
Octal 21 52 272 133 115 0 33 347 123 50
Binary 10001 101010 10111010 1011011 1001101 0 11011 11100111 1010011 101000

Color Harmonies of #112ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ABA

Black with #112ABA

Text Example


Text Example

White with #112ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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