Html Css Color HEX #112EDB Persian Blue

📋 copy color: '#112EDB'

red 17 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #112EDB

Tints of Persian Blue #112EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.66%

R = 6.03%
G = 16.31%
B = 77.66%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#112EDB (or 0x112EDB) is known color: Persian Blue. HEX triplet: 11, 2E and DB. RGB value is (17,46,219). Sum of RGB (Red+Green+Blue) = 17+46+219=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #112EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EDB is #EED124. Grayscale: #383838. Windows color (decimal): -15651109 or 14364177. OLE color: 14364177.

HSL color Cylindrical-coordinate representation of color #112EDB: hue angle of 231.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112EDB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 46 219 -
CMYK 0.92 0.79 0 0.14
HSL 231.39º 0.86% 0.46% -
HSV(B) 231.39º 0.92% 0.86% -
XYZ 13.99 7.19 67.67 -
YUV 57.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 17 46 219 0.92 0.79 0 0.14 231.39 0.86 0.46
Hex 11 2E DB 5C 4F 0 E E7 56 2E
Octal 21 56 333 134 117 0 16 347 126 56
Binary 10001 101110 11011011 1011100 1001111 0 1110 11100111 1010110 101110

Color Harmonies of #112EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EDB

Black with #112EDB

Text Example


Text Example

White with #112EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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