Html Css Color HEX #112CDB Persian Blue

📋 copy color: '#112CDB'

red 17 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #112CDB

Tints of Persian Blue #112CDB

RGB

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

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

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

R = 6.07%
G = 15.71%
B = 78.21%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#112CDB (or 0x112CDB) is known color: Persian Blue. HEX triplet: 11, 2C and DB. RGB value is (17,44,219). Sum of RGB (Red+Green+Blue) = 17+44+219=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #112CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CDB is #EED324. Grayscale: #373737. Windows color (decimal): -15651621 or 14363665. OLE color: 14363665.

HSL color Cylindrical-coordinate representation of color #112CDB: hue angle of 231.98º 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 #112CDB is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 44 219 -
CMYK 0.92 0.80 0 0.14
HSL 231.98º 0.86% 0.46% -
HSV(B) 231.98º 0.92% 0.86% -
XYZ 13.92 7.04 67.64 -
YUV 55.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 17 44 219 0.92 0.80 0 0.14 231.98 0.86 0.46
Hex 11 2C DB 5C 50 0 E E8 56 2E
Octal 21 54 333 134 120 0 16 350 126 56
Binary 10001 101100 11011011 1011100 1010000 0 1110 11101000 1010110 101110

Color Harmonies of #112CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CDB

Black with #112CDB

Text Example


Text Example

White with #112CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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