Html Css Color HEX #112CC7 Persian Blue

📋 copy color: '#112CC7'

red 17 ◦ green 44 ◦ blue 199

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

Shades of Persian Blue #112CC7

Tints of Persian Blue #112CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 76.54%

R = 6.54%
G = 16.92%
B = 76.54%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#112CC7 (or 0x112CC7) is known color: Persian Blue. HEX triplet: 11, 2C and C7. RGB value is (17,44,199). Sum of RGB (Red+Green+Blue) = 17+44+199=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 199 (78.12% from 255 or 76.54% from 260); Max value from RGB is 199 - color contains mainly: blue. Hex color #112CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112CC7 is #EED338. Grayscale: #343434. Windows color (decimal): -15651641 or 13052945. OLE color: 13052945.

HSL color Cylindrical-coordinate representation of color #112CC7: hue angle of 231.1º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112CC7 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 44 199 -
CMYK 0.91 0.78 0 0.22
HSL 231.1º 0.84% 0.42% -
HSV(B) 231.1º 0.91% 0.78% -
XYZ 11.44 6.04 54.6 -
YUV 53.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 17 44 199 0.91 0.78 0 0.22 231.1 0.84 0.42
Hex 11 2C C7 5B 4E 0 16 E7 54 2A
Octal 21 54 307 133 116 0 26 347 124 52
Binary 10001 101100 11000111 1011011 1001110 0 10110 11100111 1010100 101010

Color Harmonies of #112CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CC7

Black with #112CC7

Text Example


Text Example

White with #112CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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