Html Css Color HEX #1146BF Persian Blue

📋 copy color: '#1146BF'

red 17 ◦ green 70 ◦ blue 191

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

Shades of Persian Blue #1146BF

Tints of Persian Blue #1146BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

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

R = 6.12%
G = 25.18%
B = 68.71%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1146BF (or 0x1146BF) is known color: Persian Blue. HEX triplet: 11, 46 and BF. RGB value is (17,70,191). Sum of RGB (Red+Green+Blue) = 17+70+191=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 191 (75% from 255 or 68.71% from 278); Max value from RGB is 191 - color contains mainly: blue. Hex color #1146BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1146BF is #EEB940. Grayscale: #434343. Windows color (decimal): -15644993 or 12535313. OLE color: 12535313.

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

Color convert

RGB 17 70 191 -
CMYK 0.91 0.63 0 0.25
HSL 221.72º 0.84% 0.41% -
HSV(B) 221.72º 0.91% 0.75% -
XYZ 11.83 8.26 50.26 -
YUV 67.95 197.44 91.66 -
System Red Green Blue C M Y K H S L
Decimal 17 70 191 0.91 0.63 0 0.25 221.72 0.84 0.41
Hex 11 46 BF 5B 3F 0 19 DE 54 29
Octal 21 106 277 133 77 0 31 336 124 51
Binary 10001 1000110 10111111 1011011 111111 0 11001 11011110 1010100 101001

Color Harmonies of #1146BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1146BF

Black with #1146BF

Text Example


Text Example

White with #1146BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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