Html Css Color HEX #1148BA Persian Blue

📋 copy color: '#1148BA'

red 17 ◦ green 72 ◦ blue 186

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

Shades of Persian Blue #1148BA

Tints of Persian Blue #1148BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 6.18%
G = 26.18%
B = 67.64%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1148BA (or 0x1148BA) is known color: Persian Blue. HEX triplet: 11, 48 and BA. RGB value is (17,72,186). Sum of RGB (Red+Green+Blue) = 17+72+186=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1148BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1148BA is #EEB745. Grayscale: #444444. Windows color (decimal): -15644486 or 12208145. OLE color: 12208145.

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

Color convert

RGB 17 72 186 -
CMYK 0.91 0.61 0 0.27
HSL 220.47º 0.83% 0.4% -
HSV(B) 220.47º 0.91% 0.73% -
XYZ 11.41 8.3 47.45 -
YUV 68.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 17 72 186 0.91 0.61 0 0.27 220.47 0.83 0.4
Hex 11 48 BA 5B 3D 0 1B DC 53 28
Octal 21 110 272 133 75 0 33 334 123 50
Binary 10001 1001000 10111010 1011011 111101 0 11011 11011100 1010011 101000

Color Harmonies of #1148BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1148BA

Black with #1148BA

Text Example


Text Example

White with #1148BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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