Html Css Color HEX #112BBA Persian Blue

📋 copy color: '#112BBA'

red 17 ◦ green 43 ◦ blue 186

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

Shades of Persian Blue #112BBA

Tints of Persian Blue #112BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.61%

R = 6.91%
G = 17.48%
B = 75.61%

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

#112BBA (or 0x112BBA) is known color: Persian Blue. HEX triplet: 11, 2B and BA. RGB value is (17,43,186). Sum of RGB (Red+Green+Blue) = 17+43+186=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 186 (73.05% from 255 or 75.61% from 246); Max value from RGB is 186 - color contains mainly: blue. Hex color #112BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BBA is #EED445. Grayscale: #323232. Windows color (decimal): -15651910 or 12200721. OLE color: 12200721.

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

Color convert

RGB 17 43 186 -
CMYK 0.91 0.77 0 0.27
HSL 230.77º 0.83% 0.4% -
HSV(B) 230.77º 0.91% 0.73% -
XYZ 9.96 5.39 46.97 -
YUV 51.53 203.89 103.37 -
System Red Green Blue C M Y K H S L
Decimal 17 43 186 0.91 0.77 0 0.27 230.77 0.83 0.4
Hex 11 2B BA 5B 4D 0 1B E7 53 28
Octal 21 53 272 133 115 0 33 347 123 50
Binary 10001 101011 10111010 1011011 1001101 0 11011 11100111 1010011 101000

Color Harmonies of #112BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BBA

Black with #112BBA

Text Example


Text Example

White with #112BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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