Html Css Color HEX #112DBB Persian Blue

📋 copy color: '#112DBB'

red 17 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #112DBB

Tints of Persian Blue #112DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 6.83%
G = 18.07%
B = 75.1%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#112DBB (or 0x112DBB) is known color: Persian Blue. HEX triplet: 11, 2D and BB. RGB value is (17,45,187). Sum of RGB (Red+Green+Blue) = 17+45+187=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #112DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DBB is #EED244. Grayscale: #343434. Windows color (decimal): -15651397 or 12266769. OLE color: 12266769.

HSL color Cylindrical-coordinate representation of color #112DBB: hue angle of 230.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DBB is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 45 187 -
CMYK 0.91 0.76 0 0.27
HSL 230.12º 0.83% 0.4% -
HSV(B) 230.12º 0.91% 0.73% -
XYZ 10.14 5.58 47.56 -
YUV 52.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 17 45 187 0.91 0.76 0 0.27 230.12 0.83 0.4
Hex 11 2D BB 5B 4C 0 1B E6 53 28
Octal 21 55 273 133 114 0 33 346 123 50
Binary 10001 101101 10111011 1011011 1001100 0 11011 11100110 1010011 101000

Color Harmonies of #112DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DBB

Black with #112DBB

Text Example


Text Example

White with #112DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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