Html Css Color HEX #112BBC Persian Blue

📋 copy color: '#112BBC'

red 17 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #112BBC

Tints of Persian Blue #112BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 6.85%
G = 17.34%
B = 75.81%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#112BBC (or 0x112BBC) is known color: Persian Blue. HEX triplet: 11, 2B and BC. RGB value is (17,43,188). Sum of RGB (Red+Green+Blue) = 17+43+188=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #112BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBC is #EED443. Grayscale: #333333. Windows color (decimal): -15651908 or 12331793. OLE color: 12331793.

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

Color convert

RGB 17 43 188 -
CMYK 0.91 0.77 0 0.26
HSL 230.88º 0.83% 0.4% -
HSV(B) 230.88º 0.91% 0.74% -
XYZ 10.17 5.48 48.1 -
YUV 51.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 17 43 188 0.91 0.77 0 0.26 230.88 0.83 0.4
Hex 11 2B BC 5B 4D 0 1A E7 53 28
Octal 21 53 274 133 115 0 32 347 123 50
Binary 10001 101011 10111100 1011011 1001101 0 11010 11100111 1010011 101000

Color Harmonies of #112BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBC

Black with #112BBC

Text Example


Text Example

White with #112BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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