Html Css Color HEX #112BDB Persian Blue

📋 copy color: '#112BDB'

red 17 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #112BDB

Tints of Persian Blue #112BDB

RGB

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

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

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

R = 6.09%
G = 15.41%
B = 78.49%

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

#112BDB (or 0x112BDB) is known color: Persian Blue. HEX triplet: 11, 2B and DB. RGB value is (17,43,219). Sum of RGB (Red+Green+Blue) = 17+43+219=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #112BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BDB is #EED424. Grayscale: #363636. Windows color (decimal): -15651877 or 14363409. OLE color: 14363409.

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

Color convert

RGB 17 43 219 -
CMYK 0.92 0.80 0 0.14
HSL 232.28º 0.86% 0.46% -
HSV(B) 232.28º 0.92% 0.86% -
XYZ 13.88 6.96 67.63 -
YUV 55.29 220.39 100.69 -
System Red Green Blue C M Y K H S L
Decimal 17 43 219 0.92 0.80 0 0.14 232.28 0.86 0.46
Hex 11 2B DB 5C 50 0 E E8 56 2E
Octal 21 53 333 134 120 0 16 350 126 56
Binary 10001 101011 11011011 1011100 1010000 0 1110 11101000 1010110 101110

Color Harmonies of #112BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BDB

Black with #112BDB

Text Example


Text Example

White with #112BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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