Html Css Color HEX #112DC0 Persian Blue

📋 copy color: '#112DC0'

red 17 ◦ green 45 ◦ blue 192

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

Shades of Persian Blue #112DC0

Tints of Persian Blue #112DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 75.59%

R = 6.69%
G = 17.72%
B = 75.59%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#112DC0 (or 0x112DC0) is known color: Persian Blue. HEX triplet: 11, 2D and C0. RGB value is (17,45,192). Sum of RGB (Red+Green+Blue) = 17+45+192=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #112DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DC0 is #EED23F. Grayscale: #343434. Windows color (decimal): -15651392 or 12594449. OLE color: 12594449.

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

Color convert

RGB 17 45 192 -
CMYK 0.91 0.77 0 0.25
HSL 230.4º 0.84% 0.41% -
HSV(B) 230.4º 0.91% 0.75% -
XYZ 10.68 5.8 50.43 -
YUV 53.39 206.22 102.05 -
System Red Green Blue C M Y K H S L
Decimal 17 45 192 0.91 0.77 0 0.25 230.4 0.84 0.41
Hex 11 2D C0 5B 4D 0 19 E6 54 29
Octal 21 55 300 133 115 0 31 346 124 51
Binary 10001 101101 11000000 1011011 1001101 0 11001 11100110 1010100 101001

Color Harmonies of #112DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DC0

Black with #112DC0

Text Example


Text Example

White with #112DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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