Html Css Color HEX #111DB8 Persian Blue

📋 copy color: '#111DB8'

red 17 ◦ green 29 ◦ blue 184

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

Shades of Persian Blue #111DB8

Tints of Persian Blue #111DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 80%

R = 7.39%
G = 12.61%
B = 80%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#111DB8 (or 0x111DB8) is known color: Persian Blue. HEX triplet: 11, 1D and B8. RGB value is (17,29,184). Sum of RGB (Red+Green+Blue) = 17+29+184=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 184 (72.27% from 255 or 80% from 230); Max value from RGB is 184 - color contains mainly: blue. Hex color #111DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DB8 is #EEE247. Grayscale: #2A2A2A. Windows color (decimal): -15655496 or 12066065. OLE color: 12066065.

HSL color Cylindrical-coordinate representation of color #111DB8: hue angle of 235.69º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DB8 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 17 29 184 -
CMYK 0.91 0.84 0 0.28
HSL 235.69º 0.83% 0.39% -
HSV(B) 235.69º 0.91% 0.72% -
XYZ 9.32 4.46 45.72 -
YUV 43.08 207.52 109.4 -
System Red Green Blue C M Y K H S L
Decimal 17 29 184 0.91 0.84 0 0.28 235.69 0.83 0.39
Hex 11 1D B8 5B 54 0 1C EC 53 27
Octal 21 35 270 133 124 0 34 354 123 47
Binary 10001 11101 10111000 1011011 1010100 0 11100 11101100 1010011 100111

Color Harmonies of #111DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DB8

Black with #111DB8

Text Example


Text Example

White with #111DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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