Html Css Color HEX #112BDC Persian Blue

📋 copy color: '#112BDC'

red 17 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #112BDC

Tints of Persian Blue #112BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.36%

 BLUE value IS 220 (86.33% from 255) = 78.57%

R = 6.07%
G = 15.36%
B = 78.57%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#112BDC (or 0x112BDC) is known color: Persian Blue. HEX triplet: 11, 2B and DC. RGB value is (17,43,220). Sum of RGB (Red+Green+Blue) = 17+43+220=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #112BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BDC is #EED423. Grayscale: #363636. Windows color (decimal): -15651876 or 14428945. OLE color: 14428945.

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

Color convert

RGB 17 43 220 -
CMYK 0.92 0.80 0 0.14
HSL 232.32º 0.86% 0.46% -
HSV(B) 232.32º 0.92% 0.86% -
XYZ 14.01 7.01 68.33 -
YUV 55.4 220.89 100.61 -
System Red Green Blue C M Y K H S L
Decimal 17 43 220 0.92 0.80 0 0.14 232.32 0.86 0.46
Hex 11 2B DC 5C 50 0 E E8 56 2E
Octal 21 53 334 134 120 0 16 350 126 56
Binary 10001 101011 11011100 1011100 1010000 0 1110 11101000 1010110 101110

Color Harmonies of #112BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BDC

Black with #112BDC

Text Example


Text Example

White with #112BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,43,220); }

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

background-color css

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

 a { background-color: rgb(17,43,220); }

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

border-color css

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

 span { border-color: rgb(17,43,220); }

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