Html Css Color HEX #112CBF Persian Blue

📋 copy color: '#112CBF'

red 17 ◦ green 44 ◦ blue 191

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

Shades of Persian Blue #112CBF

Tints of Persian Blue #112CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 191 (75% from 255) = 75.79%

R = 6.75%
G = 17.46%
B = 75.79%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112CBF (or 0x112CBF) is known color: Persian Blue. HEX triplet: 11, 2C and BF. RGB value is (17,44,191). Sum of RGB (Red+Green+Blue) = 17+44+191=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #112CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CBF is #EED340. Grayscale: #343434. Windows color (decimal): -15651649 or 12528657. OLE color: 12528657.

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

Color convert

RGB 17 44 191 -
CMYK 0.91 0.77 0 0.25
HSL 230.69º 0.84% 0.41% -
HSV(B) 230.69º 0.91% 0.75% -
XYZ 10.54 5.68 49.83 -
YUV 52.69 206.05 102.55 -
System Red Green Blue C M Y K H S L
Decimal 17 44 191 0.91 0.77 0 0.25 230.69 0.84 0.41
Hex 11 2C BF 5B 4D 0 19 E7 54 29
Octal 21 54 277 133 115 0 31 347 124 51
Binary 10001 101100 10111111 1011011 1001101 0 11001 11100111 1010100 101001

Color Harmonies of #112CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CBF

Black with #112CBF

Text Example


Text Example

White with #112CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,191); }

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

background-color css

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

 a { background-color: rgb(17,44,191); }

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

border-color css

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

 span { border-color: rgb(17,44,191); }

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