Html Css Color HEX #111DBB Persian Blue

📋 copy color: '#111DBB'

red 17 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #111DBB

Tints of Persian Blue #111DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 7.3%
G = 12.45%
B = 80.26%

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

#111DBB (or 0x111DBB) is known color: Persian Blue. HEX triplet: 11, 1D and BB. RGB value is (17,29,187). Sum of RGB (Red+Green+Blue) = 17+29+187=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #111DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DBB is #EEE244. Grayscale: #2A2A2A. Windows color (decimal): -15655493 or 12262673. OLE color: 12262673.

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

Color convert

RGB 17 29 187 -
CMYK 0.91 0.84 0 0.27
HSL 235.76º 0.83% 0.4% -
HSV(B) 235.76º 0.91% 0.73% -
XYZ 9.64 4.59 47.39 -
YUV 43.42 209.02 109.15 -
System Red Green Blue C M Y K H S L
Decimal 17 29 187 0.91 0.84 0 0.27 235.76 0.83 0.4
Hex 11 1D BB 5B 54 0 1B EC 53 28
Octal 21 35 273 133 124 0 33 354 123 50
Binary 10001 11101 10111011 1011011 1010100 0 11011 11101100 1010011 101000

Color Harmonies of #111DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DBB

Black with #111DBB

Text Example


Text Example

White with #111DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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