Html Css Color HEX #112ECF Persian Blue

📋 copy color: '#112ECF'

red 17 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #112ECF

Tints of Persian Blue #112ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 6.3%
G = 17.04%
B = 76.67%

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

#112ECF (or 0x112ECF) is known color: Persian Blue. HEX triplet: 11, 2E and CF. RGB value is (17,46,207). Sum of RGB (Red+Green+Blue) = 17+46+207=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #112ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ECF is #EED130. Grayscale: #373737. Windows color (decimal): -15651121 or 13577745. OLE color: 13577745.

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

Color convert

RGB 17 46 207 -
CMYK 0.92 0.78 0 0.19
HSL 230.84º 0.85% 0.44% -
HSV(B) 230.84º 0.92% 0.81% -
XYZ 12.47 6.58 59.64 -
YUV 55.68 213.39 100.41 -
System Red Green Blue C M Y K H S L
Decimal 17 46 207 0.92 0.78 0 0.19 230.84 0.85 0.44
Hex 11 2E CF 5C 4E 0 13 E7 55 2C
Octal 21 56 317 134 116 0 23 347 125 54
Binary 10001 101110 11001111 1011100 1001110 0 10011 11100111 1010101 101100

Color Harmonies of #112ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ECF

Black with #112ECF

Text Example


Text Example

White with #112ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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