Html Css Color HEX #112ECD Persian Blue

📋 copy color: '#112ECD'

red 17 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #112ECD

Tints of Persian Blue #112ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 6.34%
G = 17.16%
B = 76.49%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#112ECD (or 0x112ECD) is known color: Persian Blue. HEX triplet: 11, 2E and CD. RGB value is (17,46,205). Sum of RGB (Red+Green+Blue) = 17+46+205=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #112ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ECD is #EED132. Grayscale: #363636. Windows color (decimal): -15651123 or 13446673. OLE color: 13446673.

HSL color Cylindrical-coordinate representation of color #112ECD: hue angle of 230.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112ECD is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 46 205 -
CMYK 0.92 0.78 0 0.20
HSL 230.74º 0.85% 0.44% -
HSV(B) 230.74º 0.92% 0.8% -
XYZ 12.23 6.48 58.36 -
YUV 55.46 212.39 100.57 -
System Red Green Blue C M Y K H S L
Decimal 17 46 205 0.92 0.78 0 0.20 230.74 0.85 0.44
Hex 11 2E CD 5C 4E 0 14 E7 55 2C
Octal 21 56 315 134 116 0 24 347 125 54
Binary 10001 101110 11001101 1011100 1001110 0 10100 11100111 1010101 101100

Color Harmonies of #112ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ECD

Black with #112ECD

Text Example


Text Example

White with #112ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,46,205); }

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

background-color css

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

 a { background-color: rgb(17,46,205); }

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

border-color css

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

 span { border-color: rgb(17,46,205); }

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