Html Css Color HEX #112CCE Persian Blue

📋 copy color: '#112CCE'

red 17 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #112CCE

Tints of Persian Blue #112CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

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

R = 6.37%
G = 16.48%
B = 77.15%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#112CCE (or 0x112CCE) is known color: Persian Blue. HEX triplet: 11, 2C and CE. RGB value is (17,44,206). Sum of RGB (Red+Green+Blue) = 17+44+206=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #112CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CCE is #EED331. Grayscale: #353535. Windows color (decimal): -15651634 or 13511697. OLE color: 13511697.

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

Color convert

RGB 17 44 206 -
CMYK 0.92 0.79 0 0.19
HSL 231.43º 0.85% 0.44% -
HSV(B) 231.43º 0.92% 0.81% -
XYZ 12.27 6.38 58.98 -
YUV 54.4 213.55 101.33 -
System Red Green Blue C M Y K H S L
Decimal 17 44 206 0.92 0.79 0 0.19 231.43 0.85 0.44
Hex 11 2C CE 5C 4F 0 13 E7 55 2C
Octal 21 54 316 134 117 0 23 347 125 54
Binary 10001 101100 11001110 1011100 1001111 0 10011 11100111 1010101 101100

Color Harmonies of #112CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CCE

Black with #112CCE

Text Example


Text Example

White with #112CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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