Html Css Color HEX #112FDB Persian Blue

📋 copy color: '#112FDB'

red 17 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #112FDB

Tints of Persian Blue #112FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

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

R = 6.01%
G = 16.61%
B = 77.39%

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

#112FDB (or 0x112FDB) is known color: Persian Blue. HEX triplet: 11, 2F and DB. RGB value is (17,47,219). Sum of RGB (Red+Green+Blue) = 17+47+219=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #112FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112FDB is #EED024. Grayscale: #383838. Windows color (decimal): -15650853 or 14364433. OLE color: 14364433.

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

Color convert

RGB 17 47 219 -
CMYK 0.92 0.79 0 0.14
HSL 231.09º 0.86% 0.46% -
HSV(B) 231.09º 0.92% 0.86% -
XYZ 14.03 7.27 67.68 -
YUV 57.64 219.06 99.01 -
System Red Green Blue C M Y K H S L
Decimal 17 47 219 0.92 0.79 0 0.14 231.09 0.86 0.46
Hex 11 2F DB 5C 4F 0 E E7 56 2E
Octal 21 57 333 134 117 0 16 347 126 56
Binary 10001 101111 11011011 1011100 1001111 0 1110 11100111 1010110 101110

Color Harmonies of #112FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112FDB

Black with #112FDB

Text Example


Text Example

White with #112FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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