Html Css Color HEX #1124BE Persian Blue

📋 copy color: '#1124BE'

red 17 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #1124BE

Tints of Persian Blue #1124BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.19%

R = 7%
G = 14.81%
B = 78.19%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1124BE (or 0x1124BE) is known color: Persian Blue. HEX triplet: 11, 24 and BE. RGB value is (17,36,190). Sum of RGB (Red+Green+Blue) = 17+36+190=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1124BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BE is #EEDB41. Grayscale: #2F2F2F. Windows color (decimal): -15653698 or 12461073. OLE color: 12461073.

HSL color Cylindrical-coordinate representation of color #1124BE: hue angle of 233.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1124BE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 36 190 -
CMYK 0.91 0.81 0 0.25
HSL 233.41º 0.84% 0.41% -
HSV(B) 233.41º 0.91% 0.75% -
XYZ 10.16 5.1 49.16 -
YUV 47.88 208.21 105.98 -
System Red Green Blue C M Y K H S L
Decimal 17 36 190 0.91 0.81 0 0.25 233.41 0.84 0.41
Hex 11 24 BE 5B 51 0 19 E9 54 29
Octal 21 44 276 133 121 0 31 351 124 51
Binary 10001 100100 10111110 1011011 1010001 0 11001 11101001 1010100 101001

Color Harmonies of #1124BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1124BE

Black with #1124BE

Text Example


Text Example

White with #1124BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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