Html Css Color HEX #112BBF Persian Blue

📋 copy color: '#112BBF'

red 17 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #112BBF

Tints of Persian Blue #112BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.13%

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

R = 6.77%
G = 17.13%
B = 76.1%

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

#112BBF (or 0x112BBF) is known color: Persian Blue. HEX triplet: 11, 2B and BF. RGB value is (17,43,191). Sum of RGB (Red+Green+Blue) = 17+43+191=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #112BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBF is #EED440. Grayscale: #333333. Windows color (decimal): -15651905 or 12528401. OLE color: 12528401.

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

Color convert

RGB 17 43 191 -
CMYK 0.91 0.77 0 0.25
HSL 231.03º 0.84% 0.41% -
HSV(B) 231.03º 0.91% 0.75% -
XYZ 10.5 5.61 49.82 -
YUV 52.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 17 43 191 0.91 0.77 0 0.25 231.03 0.84 0.41
Hex 11 2B BF 5B 4D 0 19 E7 54 29
Octal 21 53 277 133 115 0 31 347 124 51
Binary 10001 101011 10111111 1011011 1001101 0 11001 11100111 1010100 101001

Color Harmonies of #112BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBF

Black with #112BBF

Text Example


Text Example

White with #112BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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