Html Css Color HEX #112EBC Persian Blue

📋 copy color: '#112EBC'

red 17 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #112EBC

Tints of Persian Blue #112EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

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

R = 6.77%
G = 18.33%
B = 74.9%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#112EBC (or 0x112EBC) is known color: Persian Blue. HEX triplet: 11, 2E and BC. RGB value is (17,46,188). Sum of RGB (Red+Green+Blue) = 17+46+188=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #112EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EBC is #EED143. Grayscale: #343434. Windows color (decimal): -15651140 or 12332561. OLE color: 12332561.

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

Color convert

RGB 17 46 188 -
CMYK 0.91 0.76 0 0.26
HSL 229.82º 0.83% 0.4% -
HSV(B) 229.82º 0.91% 0.74% -
XYZ 10.29 5.7 48.14 -
YUV 53.52 203.89 101.95 -
System Red Green Blue C M Y K H S L
Decimal 17 46 188 0.91 0.76 0 0.26 229.82 0.83 0.4
Hex 11 2E BC 5B 4C 0 1A E6 53 28
Octal 21 56 274 133 114 0 32 346 123 50
Binary 10001 101110 10111100 1011011 1001100 0 11010 11100110 1010011 101000

Color Harmonies of #112EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EBC

Black with #112EBC

Text Example


Text Example

White with #112EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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