Html Css Color HEX #111DB9 Persian Blue

📋 copy color: '#111DB9'

red 17 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #111DB9

Tints of Persian Blue #111DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.55%

 BLUE value IS 185 (72.66% from 255) = 80.09%

R = 7.36%
G = 12.55%
B = 80.09%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#111DB9 (or 0x111DB9) is known color: Persian Blue. HEX triplet: 11, 1D and B9. RGB value is (17,29,185). Sum of RGB (Red+Green+Blue) = 17+29+185=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #111DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DB9 is #EEE246. Grayscale: #2A2A2A. Windows color (decimal): -15655495 or 12131601. OLE color: 12131601.

HSL color Cylindrical-coordinate representation of color #111DB9: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DB9 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 29 185 -
CMYK 0.91 0.84 0 0.27
HSL 235.71º 0.83% 0.4% -
HSV(B) 235.71º 0.91% 0.73% -
XYZ 9.43 4.5 46.27 -
YUV 43.2 208.02 109.32 -
System Red Green Blue C M Y K H S L
Decimal 17 29 185 0.91 0.84 0 0.27 235.71 0.83 0.4
Hex 11 1D B9 5B 54 0 1B EC 53 28
Octal 21 35 271 133 124 0 33 354 123 50
Binary 10001 11101 10111001 1011011 1010100 0 11011 11101100 1010011 101000

Color Harmonies of #111DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DB9

Black with #111DB9

Text Example


Text Example

White with #111DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,185); }

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

background-color css

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

 a { background-color: rgb(17,29,185); }

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

border-color css

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

 span { border-color: rgb(17,29,185); }

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