Html Css Color HEX #112BBB Persian Blue

📋 copy color: '#112BBB'

red 17 ◦ green 43 ◦ blue 187

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

Shades of Persian Blue #112BBB

Tints of Persian Blue #112BBB

RGB

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

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

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

R = 6.88%
G = 17.41%
B = 75.71%

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

#112BBB (or 0x112BBB) is known color: Persian Blue. HEX triplet: 11, 2B and BB. RGB value is (17,43,187). Sum of RGB (Red+Green+Blue) = 17+43+187=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #112BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBB is #EED444. Grayscale: #333333. Windows color (decimal): -15651909 or 12266257. OLE color: 12266257.

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

Color convert

RGB 17 43 187 -
CMYK 0.91 0.77 0 0.27
HSL 230.82º 0.83% 0.4% -
HSV(B) 230.82º 0.91% 0.73% -
XYZ 10.06 5.43 47.53 -
YUV 51.64 204.39 103.29 -
System Red Green Blue C M Y K H S L
Decimal 17 43 187 0.91 0.77 0 0.27 230.82 0.83 0.4
Hex 11 2B BB 5B 4D 0 1B E7 53 28
Octal 21 53 273 133 115 0 33 347 123 50
Binary 10001 101011 10111011 1011011 1001101 0 11011 11100111 1010011 101000

Color Harmonies of #112BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBB

Black with #112BBB

Text Example


Text Example

White with #112BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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