Html Css Color HEX #111DBE Persian Blue

📋 copy color: '#111DBE'

red 17 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #111DBE

Tints of Persian Blue #111DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 7.2%
G = 12.29%
B = 80.51%

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

#111DBE (or 0x111DBE) is known color: Persian Blue. HEX triplet: 11, 1D and BE. RGB value is (17,29,190). Sum of RGB (Red+Green+Blue) = 17+29+190=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #111DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DBE is #EEE241. Grayscale: #2B2B2B. Windows color (decimal): -15655490 or 12459281. OLE color: 12459281.

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

Color convert

RGB 17 29 190 -
CMYK 0.91 0.85 0 0.25
HSL 235.84º 0.84% 0.41% -
HSV(B) 235.84º 0.91% 0.75% -
XYZ 9.96 4.72 49.1 -
YUV 43.77 210.52 108.91 -
System Red Green Blue C M Y K H S L
Decimal 17 29 190 0.91 0.85 0 0.25 235.84 0.84 0.41
Hex 11 1D BE 5B 55 0 19 EC 54 29
Octal 21 35 276 133 125 0 31 354 124 51
Binary 10001 11101 10111110 1011011 1010101 0 11001 11101100 1010100 101001

Color Harmonies of #111DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DBE

Black with #111DBE

Text Example


Text Example

White with #111DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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