Html Css Color HEX #1148BF Persian Blue

📋 copy color: '#1148BF'

red 17 ◦ green 72 ◦ blue 191

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

Shades of Persian Blue #1148BF

Tints of Persian Blue #1148BF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 6.07%
G = 25.71%
B = 68.21%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1148BF (or 0x1148BF) is known color: Persian Blue. HEX triplet: 11, 48 and BF. RGB value is (17,72,191). Sum of RGB (Red+Green+Blue) = 17+72+191=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #1148BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148BF is #EEB740. Grayscale: #444444. Windows color (decimal): -15644481 or 12535825. OLE color: 12535825.

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

Color convert

RGB 17 72 191 -
CMYK 0.91 0.62 0 0.25
HSL 221.03º 0.84% 0.41% -
HSV(B) 221.03º 0.91% 0.75% -
XYZ 11.95 8.52 50.3 -
YUV 69.12 196.78 90.82 -
System Red Green Blue C M Y K H S L
Decimal 17 72 191 0.91 0.62 0 0.25 221.03 0.84 0.41
Hex 11 48 BF 5B 3E 0 19 DD 54 29
Octal 21 110 277 133 76 0 31 335 124 51
Binary 10001 1001000 10111111 1011011 111110 0 11001 11011101 1010100 101001

Color Harmonies of #1148BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1148BF

Black with #1148BF

Text Example


Text Example

White with #1148BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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