Html Css Color HEX #112CBA Persian Blue

📋 copy color: '#112CBA'

red 17 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #112CBA

Tints of Persian Blue #112CBA

RGB

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

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

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

R = 6.88%
G = 17.81%
B = 75.3%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#112CBA (or 0x112CBA) is known color: Persian Blue. HEX triplet: 11, 2C and BA. RGB value is (17,44,186). Sum of RGB (Red+Green+Blue) = 17+44+186=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #112CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CBA is #EED345. Grayscale: #333333. Windows color (decimal): -15651654 or 12200977. OLE color: 12200977.

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

Color convert

RGB 17 44 186 -
CMYK 0.91 0.76 0 0.27
HSL 230.41º 0.83% 0.4% -
HSV(B) 230.41º 0.91% 0.73% -
XYZ 9.99 5.47 46.98 -
YUV 52.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 17 44 186 0.91 0.76 0 0.27 230.41 0.83 0.4
Hex 11 2C BA 5B 4C 0 1B E6 53 28
Octal 21 54 272 133 114 0 33 346 123 50
Binary 10001 101100 10111010 1011011 1001100 0 11011 11100110 1010011 101000

Color Harmonies of #112CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CBA

Black with #112CBA

Text Example


Text Example

White with #112CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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