Html Css Color HEX #1124BC Persian Blue

📋 copy color: '#1124BC'

red 17 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #1124BC

Tints of Persian Blue #1124BC

RGB

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

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

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

R = 7.05%
G = 14.94%
B = 78.01%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1124BC (or 0x1124BC) is known color: Persian Blue. HEX triplet: 11, 24 and BC. RGB value is (17,36,188). Sum of RGB (Red+Green+Blue) = 17+36+188=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #1124BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BC is #EEDB43. Grayscale: #2F2F2F. Windows color (decimal): -15653700 or 12330001. OLE color: 12330001.

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

Color convert

RGB 17 36 188 -
CMYK 0.91 0.81 0 0.26
HSL 233.33º 0.83% 0.4% -
HSV(B) 233.33º 0.91% 0.74% -
XYZ 9.94 5.01 48.02 -
YUV 47.65 207.21 106.14 -
System Red Green Blue C M Y K H S L
Decimal 17 36 188 0.91 0.81 0 0.26 233.33 0.83 0.4
Hex 11 24 BC 5B 51 0 1A E9 53 28
Octal 21 44 274 133 121 0 32 351 123 50
Binary 10001 100100 10111100 1011011 1010001 0 11010 11101001 1010011 101000

Color Harmonies of #1124BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1124BC

Black with #1124BC

Text Example


Text Example

White with #1124BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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