Html Css Color HEX #1141BA Persian Blue

📋 copy color: '#1141BA'

red 17 ◦ green 65 ◦ blue 186

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

Shades of Persian Blue #1141BA

Tints of Persian Blue #1141BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 6.34%
G = 24.25%
B = 69.4%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1141BA (or 0x1141BA) is known color: Persian Blue. HEX triplet: 11, 41 and BA. RGB value is (17,65,186). Sum of RGB (Red+Green+Blue) = 17+65+186=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #1141BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141BA is #EEBE45. Grayscale: #3F3F3F. Windows color (decimal): -15646278 or 12206353. OLE color: 12206353.

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

Color convert

RGB 17 65 186 -
CMYK 0.91 0.65 0 0.27
HSL 222.96º 0.83% 0.4% -
HSV(B) 222.96º 0.91% 0.73% -
XYZ 10.98 7.44 47.31 -
YUV 64.44 196.6 94.16 -
System Red Green Blue C M Y K H S L
Decimal 17 65 186 0.91 0.65 0 0.27 222.96 0.83 0.4
Hex 11 41 BA 5B 41 0 1B DF 53 28
Octal 21 101 272 133 101 0 33 337 123 50
Binary 10001 1000001 10111010 1011011 1000001 0 11011 11011111 1010011 101000

Color Harmonies of #1141BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141BA

Black with #1141BA

Text Example


Text Example

White with #1141BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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