Html Css Color HEX #1124BF Persian Blue

📋 copy color: '#1124BF'

red 17 ◦ green 36 ◦ blue 191

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

Shades of Persian Blue #1124BF

Tints of Persian Blue #1124BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.28%

R = 6.97%
G = 14.75%
B = 78.28%

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

#1124BF (or 0x1124BF) is known color: Persian Blue. HEX triplet: 11, 24 and BF. RGB value is (17,36,191). Sum of RGB (Red+Green+Blue) = 17+36+191=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #1124BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124BF is #EEDB40. Grayscale: #2F2F2F. Windows color (decimal): -15653697 or 12526609. OLE color: 12526609.

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

Color convert

RGB 17 36 191 -
CMYK 0.91 0.81 0 0.25
HSL 233.45º 0.84% 0.41% -
HSV(B) 233.45º 0.91% 0.75% -
XYZ 10.27 5.14 49.74 -
YUV 47.99 208.71 105.9 -
System Red Green Blue C M Y K H S L
Decimal 17 36 191 0.91 0.81 0 0.25 233.45 0.84 0.41
Hex 11 24 BF 5B 51 0 19 E9 54 29
Octal 21 44 277 133 121 0 31 351 124 51
Binary 10001 100100 10111111 1011011 1010001 0 11001 11101001 1010100 101001

Color Harmonies of #1124BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1124BF

Black with #1124BF

Text Example


Text Example

White with #1124BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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