Html Css Color HEX #112ECE Persian Blue

📋 copy color: '#112ECE'

red 17 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #112ECE

Tints of Persian Blue #112ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 6.32%
G = 17.1%
B = 76.58%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#112ECE (or 0x112ECE) is known color: Persian Blue. HEX triplet: 11, 2E and CE. RGB value is (17,46,206). Sum of RGB (Red+Green+Blue) = 17+46+206=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #112ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ECE is #EED131. Grayscale: #363636. Windows color (decimal): -15651122 or 13512209. OLE color: 13512209.

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

Color convert

RGB 17 46 206 -
CMYK 0.92 0.78 0 0.19
HSL 230.79º 0.85% 0.44% -
HSV(B) 230.79º 0.92% 0.81% -
XYZ 12.35 6.53 59 -
YUV 55.57 212.89 100.49 -
System Red Green Blue C M Y K H S L
Decimal 17 46 206 0.92 0.78 0 0.19 230.79 0.85 0.44
Hex 11 2E CE 5C 4E 0 13 E7 55 2C
Octal 21 56 316 134 116 0 23 347 125 54
Binary 10001 101110 11001110 1011100 1001110 0 10011 11100111 1010101 101100

Color Harmonies of #112ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ECE

Black with #112ECE

Text Example


Text Example

White with #112ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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