Html Css Color HEX #111BBC Persian Blue

📋 copy color: '#111BBC'

red 17 ◦ green 27 ◦ blue 188

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

Shades of Persian Blue #111BBC

Tints of Persian Blue #111BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

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

R = 7.33%
G = 11.64%
B = 81.03%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#111BBC (or 0x111BBC) is known color: Persian Blue. HEX triplet: 11, 1B and BC. RGB value is (17,27,188). Sum of RGB (Red+Green+Blue) = 17+27+188=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #111BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BBC is #EEE443. Grayscale: #292929. Windows color (decimal): -15656004 or 12327697. OLE color: 12327697.

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

Color convert

RGB 17 27 188 -
CMYK 0.91 0.86 0 0.26
HSL 236.49º 0.83% 0.4% -
HSV(B) 236.49º 0.91% 0.74% -
XYZ 9.7 4.53 47.94 -
YUV 42.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 17 27 188 0.91 0.86 0 0.26 236.49 0.83 0.4
Hex 11 1B BC 5B 56 0 1A EC 53 28
Octal 21 33 274 133 126 0 32 354 123 50
Binary 10001 11011 10111100 1011011 1010110 0 11010 11101100 1010011 101000

Color Harmonies of #111BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BBC

Black with #111BBC

Text Example


Text Example

White with #111BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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