Html Css Color HEX #111CBC Persian Blue

📋 copy color: '#111CBC'

red 17 ◦ green 28 ◦ blue 188

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

Shades of Persian Blue #111CBC

Tints of Persian Blue #111CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 7.3%
G = 12.02%
B = 80.69%

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

#111CBC (or 0x111CBC) is known color: Persian Blue. HEX triplet: 11, 1C and BC. RGB value is (17,28,188). Sum of RGB (Red+Green+Blue) = 17+28+188=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #111CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CBC is #EEE343. Grayscale: #2A2A2A. Windows color (decimal): -15655748 or 12327953. OLE color: 12327953.

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

Color convert

RGB 17 28 188 -
CMYK 0.91 0.85 0 0.26
HSL 236.14º 0.83% 0.4% -
HSV(B) 236.14º 0.91% 0.74% -
XYZ 9.72 4.58 47.95 -
YUV 42.95 209.86 109.49 -
System Red Green Blue C M Y K H S L
Decimal 17 28 188 0.91 0.85 0 0.26 236.14 0.83 0.4
Hex 11 1C BC 5B 55 0 1A EC 53 28
Octal 21 34 274 133 125 0 32 354 123 50
Binary 10001 11100 10111100 1011011 1010101 0 11010 11101100 1010011 101000

Color Harmonies of #111CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CBC

Black with #111CBC

Text Example


Text Example

White with #111CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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