Html Css Color HEX #111DBF Persian Blue

📋 copy color: '#111DBF'

red 17 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #111DBF

Tints of Persian Blue #111DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.59%

R = 7.17%
G = 12.24%
B = 80.59%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#111DBF (or 0x111DBF) is known color: Persian Blue. HEX triplet: 11, 1D and BF. RGB value is (17,29,191). Sum of RGB (Red+Green+Blue) = 17+29+191=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #111DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DBF is #EEE240. Grayscale: #2B2B2B. Windows color (decimal): -15655489 or 12524817. OLE color: 12524817.

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

Color convert

RGB 17 29 191 -
CMYK 0.91 0.85 0 0.25
HSL 235.86º 0.84% 0.41% -
HSV(B) 235.86º 0.91% 0.75% -
XYZ 10.07 4.76 49.68 -
YUV 43.88 211.02 108.83 -
System Red Green Blue C M Y K H S L
Decimal 17 29 191 0.91 0.85 0 0.25 235.86 0.84 0.41
Hex 11 1D BF 5B 55 0 19 EC 54 29
Octal 21 35 277 133 125 0 31 354 124 51
Binary 10001 11101 10111111 1011011 1010101 0 11001 11101100 1010100 101001

Color Harmonies of #111DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DBF

Black with #111DBF

Text Example


Text Example

White with #111DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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