Html Css Color HEX #111DBC Persian Blue

📋 copy color: '#111DBC'

red 17 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #111DBC

Tints of Persian Blue #111DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 7.26%
G = 12.39%
B = 80.34%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#111DBC (or 0x111DBC) is known color: Persian Blue. HEX triplet: 11, 1D and BC. RGB value is (17,29,188). Sum of RGB (Red+Green+Blue) = 17+29+188=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #111DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DBC is #EEE243. Grayscale: #2A2A2A. Windows color (decimal): -15655492 or 12328209. OLE color: 12328209.

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

Color convert

RGB 17 29 188 -
CMYK 0.91 0.85 0 0.26
HSL 235.79º 0.83% 0.4% -
HSV(B) 235.79º 0.91% 0.74% -
XYZ 9.75 4.63 47.96 -
YUV 43.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 17 29 188 0.91 0.85 0 0.26 235.79 0.83 0.4
Hex 11 1D BC 5B 55 0 1A EC 53 28
Octal 21 35 274 133 125 0 32 354 123 50
Binary 10001 11101 10111100 1011011 1010101 0 11010 11101100 1010011 101000

Color Harmonies of #111DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DBC

Black with #111DBC

Text Example


Text Example

White with #111DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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