Html Css Color HEX #112DB6 Persian Blue

📋 copy color: '#112DB6'

red 17 ◦ green 45 ◦ blue 182

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

Shades of Persian Blue #112DB6

Tints of Persian Blue #112DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 74.59%

R = 6.97%
G = 18.44%
B = 74.59%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#112DB6 (or 0x112DB6) is known color: Persian Blue. HEX triplet: 11, 2D and B6. RGB value is (17,45,182). Sum of RGB (Red+Green+Blue) = 17+45+182=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 182 (71.48% from 255 or 74.59% from 244); Max value from RGB is 182 - color contains mainly: blue. Hex color #112DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DB6 is #EED249. Grayscale: #333333. Windows color (decimal): -15651402 or 11939089. OLE color: 11939089.

HSL color Cylindrical-coordinate representation of color #112DB6: hue angle of 229.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DB6 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 45 182 -
CMYK 0.91 0.75 0 0.29
HSL 229.82º 0.83% 0.39% -
HSV(B) 229.82º 0.91% 0.71% -
XYZ 9.61 5.37 44.79 -
YUV 52.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 17 45 182 0.91 0.75 0 0.29 229.82 0.83 0.39
Hex 11 2D B6 5B 4B 0 1D E6 53 27
Octal 21 55 266 133 113 0 35 346 123 47
Binary 10001 101101 10110110 1011011 1001011 0 11101 11100110 1010011 100111

Color Harmonies of #112DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DB6

Black with #112DB6

Text Example


Text Example

White with #112DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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