Html Css Color HEX #1142BF Persian Blue

📋 copy color: '#1142BF'

red 17 ◦ green 66 ◦ blue 191

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

Shades of Persian Blue #1142BF

Tints of Persian Blue #1142BF

RGB

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

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

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

R = 6.2%
G = 24.09%
B = 69.71%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1142BF (or 0x1142BF) is known color: Persian Blue. HEX triplet: 11, 42 and BF. RGB value is (17,66,191). Sum of RGB (Red+Green+Blue) = 17+66+191=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #1142BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1142BF is #EEBD40. Grayscale: #414141. Windows color (decimal): -15646017 or 12534289. OLE color: 12534289.

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

Color convert

RGB 17 66 191 -
CMYK 0.91 0.65 0 0.25
HSL 223.1º 0.84% 0.41% -
HSV(B) 223.1º 0.91% 0.75% -
XYZ 11.58 7.78 50.18 -
YUV 65.6 198.77 93.34 -
System Red Green Blue C M Y K H S L
Decimal 17 66 191 0.91 0.65 0 0.25 223.1 0.84 0.41
Hex 11 42 BF 5B 41 0 19 DF 54 29
Octal 21 102 277 133 101 0 31 337 124 51
Binary 10001 1000010 10111111 1011011 1000001 0 11001 11011111 1010100 101001

Color Harmonies of #1142BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1142BF

Black with #1142BF

Text Example


Text Example

White with #1142BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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