Html Css Color HEX #1124BB Persian Blue

📋 copy color: '#1124BB'

red 17 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #1124BB

Tints of Persian Blue #1124BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 7.08%
G = 15%
B = 77.92%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1124BB (or 0x1124BB) is known color: Persian Blue. HEX triplet: 11, 24 and BB. RGB value is (17,36,187). Sum of RGB (Red+Green+Blue) = 17+36+187=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 187 (73.44% from 255 or 77.92% from 240); Max value from RGB is 187 - color contains mainly: blue. Hex color #1124BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BB is #EEDB44. Grayscale: #2E2E2E. Windows color (decimal): -15653701 or 12264465. OLE color: 12264465.

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

Color convert

RGB 17 36 187 -
CMYK 0.91 0.81 0 0.27
HSL 233.29º 0.83% 0.4% -
HSV(B) 233.29º 0.91% 0.73% -
XYZ 9.83 4.97 47.45 -
YUV 47.53 206.71 106.22 -
System Red Green Blue C M Y K H S L
Decimal 17 36 187 0.91 0.81 0 0.27 233.29 0.83 0.4
Hex 11 24 BB 5B 51 0 1B E9 53 28
Octal 21 44 273 133 121 0 33 351 123 50
Binary 10001 100100 10111011 1011011 1010001 0 11011 11101001 1010011 101000

Color Harmonies of #1124BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1124BB

Black with #1124BB

Text Example


Text Example

White with #1124BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1124BB; }

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

 H1.HeaderClassName
 {
   color: #1124BB;
 }
 .AnyTagClassName
 {
   color: #1124BB;
 }
</style>

background-color css

<style>
 a { background-color: #1124BB; }

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

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

border-color css

<style>
 span { border-color: #1124BB; }

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

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