Html Css Color HEX #1142BA Persian Blue

📋 copy color: '#1142BA'

red 17 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #1142BA

Tints of Persian Blue #1142BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 6.32%
G = 24.54%
B = 69.14%

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

#1142BA (or 0x1142BA) is known color: Persian Blue. HEX triplet: 11, 42 and BA. RGB value is (17,66,186). Sum of RGB (Red+Green+Blue) = 17+66+186=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #1142BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1142BA is #EEBD45. Grayscale: #404040. Windows color (decimal): -15646022 or 12206609. OLE color: 12206609.

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

Color convert

RGB 17 66 186 -
CMYK 0.91 0.65 0 0.27
HSL 222.6º 0.83% 0.4% -
HSV(B) 222.6º 0.91% 0.73% -
XYZ 11.04 7.56 47.33 -
YUV 65.03 196.27 93.74 -
System Red Green Blue C M Y K H S L
Decimal 17 66 186 0.91 0.65 0 0.27 222.6 0.83 0.4
Hex 11 42 BA 5B 41 0 1B DF 53 28
Octal 21 102 272 133 101 0 33 337 123 50
Binary 10001 1000010 10111010 1011011 1000001 0 11011 11011111 1010011 101000

Color Harmonies of #1142BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1142BA

Black with #1142BA

Text Example


Text Example

White with #1142BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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