Html Css Color HEX #112DDB Persian Blue

📋 copy color: '#112DDB'

red 17 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #112DDB

Tints of Persian Blue #112DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

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

R = 6.05%
G = 16.01%
B = 77.94%

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

#112DDB (or 0x112DDB) is known color: Persian Blue. HEX triplet: 11, 2D and DB. RGB value is (17,45,219). Sum of RGB (Red+Green+Blue) = 17+45+219=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #112DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DDB is #EED224. Grayscale: #373737. Windows color (decimal): -15651365 or 14363921. OLE color: 14363921.

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

Color convert

RGB 17 45 219 -
CMYK 0.92 0.79 0 0.14
HSL 231.68º 0.86% 0.46% -
HSV(B) 231.68º 0.92% 0.86% -
XYZ 13.96 7.11 67.65 -
YUV 56.46 219.72 99.85 -
System Red Green Blue C M Y K H S L
Decimal 17 45 219 0.92 0.79 0 0.14 231.68 0.86 0.46
Hex 11 2D DB 5C 4F 0 E E8 56 2E
Octal 21 55 333 134 117 0 16 350 126 56
Binary 10001 101101 11011011 1011100 1001111 0 1110 11101000 1010110 101110

Color Harmonies of #112DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DDB

Black with #112DDB

Text Example


Text Example

White with #112DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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