Html Css Color HEX #111BBB Persian Blue

📋 copy color: '#111BBB'

red 17 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #111BBB

Tints of Persian Blue #111BBB

RGB

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

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

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

R = 7.36%
G = 11.69%
B = 80.95%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#111BBB (or 0x111BBB) is known color: Persian Blue. HEX triplet: 11, 1B and BB. RGB value is (17,27,187). Sum of RGB (Red+Green+Blue) = 17+27+187=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #111BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BBB is #EEE444. Grayscale: #292929. Windows color (decimal): -15656005 or 12262161. OLE color: 12262161.

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

Color convert

RGB 17 27 187 -
CMYK 0.91 0.86 0 0.27
HSL 236.47º 0.83% 0.4% -
HSV(B) 236.47º 0.91% 0.73% -
XYZ 9.59 4.49 47.37 -
YUV 42.25 209.69 109.99 -
System Red Green Blue C M Y K H S L
Decimal 17 27 187 0.91 0.86 0 0.27 236.47 0.83 0.4
Hex 11 1B BB 5B 56 0 1B EC 53 28
Octal 21 33 273 133 126 0 33 354 123 50
Binary 10001 11011 10111011 1011011 1010110 0 11011 11101100 1010011 101000

Color Harmonies of #111BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BBB

Black with #111BBB

Text Example


Text Example

White with #111BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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