Html Css Color HEX #112ABB Persian Blue

📋 copy color: '#112ABB'

red 17 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #112ABB

Tints of Persian Blue #112ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 6.91%
G = 17.07%
B = 76.02%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#112ABB (or 0x112ABB) is known color: Persian Blue. HEX triplet: 11, 2A and BB. RGB value is (17,42,187). Sum of RGB (Red+Green+Blue) = 17+42+187=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #112ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ABB is #EED544. Grayscale: #323232. Windows color (decimal): -15652165 or 12266001. OLE color: 12266001.

HSL color Cylindrical-coordinate representation of color #112ABB: hue angle of 231.18º 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 #112ABB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 42 187 -
CMYK 0.91 0.78 0 0.27
HSL 231.18º 0.83% 0.4% -
HSV(B) 231.18º 0.91% 0.73% -
XYZ 10.03 5.36 47.52 -
YUV 51.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 17 42 187 0.91 0.78 0 0.27 231.18 0.83 0.4
Hex 11 2A BB 5B 4E 0 1B E7 53 28
Octal 21 52 273 133 116 0 33 347 123 50
Binary 10001 101010 10111011 1011011 1001110 0 11011 11100111 1010011 101000

Color Harmonies of #112ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ABB

Black with #112ABB

Text Example


Text Example

White with #112ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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