Html Css Color HEX #112DC2 Persian Blue

📋 copy color: '#112DC2'

red 17 ◦ green 45 ◦ blue 194

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

Shades of Persian Blue #112DC2

Tints of Persian Blue #112DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 75.78%

R = 6.64%
G = 17.58%
B = 75.78%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#112DC2 (or 0x112DC2) is known color: Persian Blue. HEX triplet: 11, 2D and C2. RGB value is (17,45,194). Sum of RGB (Red+Green+Blue) = 17+45+194=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 194 (76.17% from 255 or 75.78% from 256); Max value from RGB is 194 - color contains mainly: blue. Hex color #112DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DC2 is #EED23D. Grayscale: #343434. Windows color (decimal): -15651390 or 12725521. OLE color: 12725521.

HSL color Cylindrical-coordinate representation of color #112DC2: hue angle of 230.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112DC2 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 45 194 -
CMYK 0.91 0.77 0 0.24
HSL 230.51º 0.84% 0.41% -
HSV(B) 230.51º 0.91% 0.76% -
XYZ 10.91 5.89 51.6 -
YUV 53.61 207.22 101.88 -
System Red Green Blue C M Y K H S L
Decimal 17 45 194 0.91 0.77 0 0.24 230.51 0.84 0.41
Hex 11 2D C2 5B 4D 0 18 E7 54 29
Octal 21 55 302 133 115 0 30 347 124 51
Binary 10001 101101 11000010 1011011 1001101 0 11000 11100111 1010100 101001

Color Harmonies of #112DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DC2

Black with #112DC2

Text Example


Text Example

White with #112DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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