Html Css Color HEX #111FC6 Persian Blue

📋 copy color: '#111FC6'

red 17 ◦ green 31 ◦ blue 198

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

Shades of Persian Blue #111FC6

Tints of Persian Blue #111FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 198 (77.73% from 255) = 80.49%

R = 6.91%
G = 12.6%
B = 80.49%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#111FC6 (or 0x111FC6) is known color: Persian Blue. HEX triplet: 11, 1F and C6. RGB value is (17,31,198). Sum of RGB (Red+Green+Blue) = 17+31+198=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 198 (77.73% from 255 or 80.49% from 246); Max value from RGB is 198 - color contains mainly: blue. Hex color #111FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FC6 is #EEE039. Grayscale: #2D2D2D. Windows color (decimal): -15654970 or 12984081. OLE color: 12984081.

HSL color Cylindrical-coordinate representation of color #111FC6: hue angle of 235.36º 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 #111FC6 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 31 198 -
CMYK 0.91 0.84 0 0.22
HSL 235.36º 0.84% 0.42% -
HSV(B) 235.36º 0.91% 0.78% -
XYZ 10.91 5.18 53.85 -
YUV 45.85 213.86 107.42 -
System Red Green Blue C M Y K H S L
Decimal 17 31 198 0.91 0.84 0 0.22 235.36 0.84 0.42
Hex 11 1F C6 5B 54 0 16 EB 54 2A
Octal 21 37 306 133 124 0 26 353 124 52
Binary 10001 11111 11000110 1011011 1010100 0 10110 11101011 1010100 101010

Color Harmonies of #111FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FC6

Black with #111FC6

Text Example


Text Example

White with #111FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111FC6; }

 p { color: rgb(17,31,198); }

 H1.HeaderClassName
 {
   color: #111FC6;
 }
 .AnyTagClassName
 {
   color: #111FC6;
 }
</style>

background-color css

<style>
 a { background-color: #111FC6; }

 a { background-color: rgb(17,31,198); }

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

border-color css

<style>
 span { border-color: #111FC6; }

 span { border-color: rgb(17,31,198); }

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