Html Css Color HEX #112DBE Persian Blue

📋 copy color: '#112DBE'

red 17 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #112DBE

Tints of Persian Blue #112DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 6.75%
G = 17.86%
B = 75.4%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112DBE (or 0x112DBE) is known color: Persian Blue. HEX triplet: 11, 2D and BE. RGB value is (17,45,190). Sum of RGB (Red+Green+Blue) = 17+45+190=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #112DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DBE is #EED241. Grayscale: #343434. Windows color (decimal): -15651394 or 12463377. OLE color: 12463377.

HSL color Cylindrical-coordinate representation of color #112DBE: hue angle of 230.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DBE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 45 190 -
CMYK 0.91 0.76 0 0.25
HSL 230.29º 0.84% 0.41% -
HSV(B) 230.29º 0.91% 0.75% -
XYZ 10.46 5.71 49.27 -
YUV 53.16 205.22 102.21 -
System Red Green Blue C M Y K H S L
Decimal 17 45 190 0.91 0.76 0 0.25 230.29 0.84 0.41
Hex 11 2D BE 5B 4C 0 19 E6 54 29
Octal 21 55 276 133 114 0 31 346 124 51
Binary 10001 101101 10111110 1011011 1001100 0 11001 11100110 1010100 101001

Color Harmonies of #112DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DBE

Black with #112DBE

Text Example


Text Example

White with #112DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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