Html Css Color HEX #112DCE Persian Blue

📋 copy color: '#112DCE'

red 17 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #112DCE

Tints of Persian Blue #112DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

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

R = 6.34%
G = 16.79%
B = 76.87%

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

#112DCE (or 0x112DCE) is known color: Persian Blue. HEX triplet: 11, 2D and CE. RGB value is (17,45,206). Sum of RGB (Red+Green+Blue) = 17+45+206=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #112DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DCE is #EED231. Grayscale: #363636. Windows color (decimal): -15651378 or 13511953. OLE color: 13511953.

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

Color convert

RGB 17 45 206 -
CMYK 0.92 0.78 0 0.19
HSL 231.11º 0.85% 0.44% -
HSV(B) 231.11º 0.92% 0.81% -
XYZ 12.31 6.45 58.99 -
YUV 54.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 17 45 206 0.92 0.78 0 0.19 231.11 0.85 0.44
Hex 11 2D CE 5C 4E 0 13 E7 55 2C
Octal 21 55 316 134 116 0 23 347 125 54
Binary 10001 101101 11001110 1011100 1001110 0 10011 11100111 1010101 101100

Color Harmonies of #112DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DCE

Black with #112DCE

Text Example


Text Example

White with #112DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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