Html Css Color HEX #112DBC Persian Blue

📋 copy color: '#112DBC'

red 17 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #112DBC

Tints of Persian Blue #112DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.2%

R = 6.8%
G = 18%
B = 75.2%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#112DBC (or 0x112DBC) is known color: Persian Blue. HEX triplet: 11, 2D and BC. RGB value is (17,45,188). Sum of RGB (Red+Green+Blue) = 17+45+188=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #112DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DBC is #EED243. Grayscale: #343434. Windows color (decimal): -15651396 or 12332305. OLE color: 12332305.

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

Color convert

RGB 17 45 188 -
CMYK 0.91 0.76 0 0.26
HSL 230.18º 0.83% 0.4% -
HSV(B) 230.18º 0.91% 0.74% -
XYZ 10.25 5.63 48.12 -
YUV 52.93 204.22 102.37 -
System Red Green Blue C M Y K H S L
Decimal 17 45 188 0.91 0.76 0 0.26 230.18 0.83 0.4
Hex 11 2D BC 5B 4C 0 1A E6 53 28
Octal 21 55 274 133 114 0 32 346 123 50
Binary 10001 101101 10111100 1011011 1001100 0 11010 11100110 1010011 101000

Color Harmonies of #112DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DBC

Black with #112DBC

Text Example


Text Example

White with #112DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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