Html Css Color HEX #1140BE Persian Blue

📋 copy color: '#1140BE'

red 17 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #1140BE

Tints of Persian Blue #1140BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 6.27%
G = 23.62%
B = 70.11%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1140BE (or 0x1140BE) is known color: Persian Blue. HEX triplet: 11, 40 and BE. RGB value is (17,64,190). Sum of RGB (Red+Green+Blue) = 17+64+190=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #1140BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1140BE is #EEBF41. Grayscale: #3F3F3F. Windows color (decimal): -15646530 or 12468241. OLE color: 12468241.

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

Color convert

RGB 17 64 190 -
CMYK 0.91 0.66 0 0.25
HSL 223.7º 0.84% 0.41% -
HSV(B) 223.7º 0.91% 0.75% -
XYZ 11.36 7.5 49.56 -
YUV 64.31 198.93 94.25 -
System Red Green Blue C M Y K H S L
Decimal 17 64 190 0.91 0.66 0 0.25 223.7 0.84 0.41
Hex 11 40 BE 5B 42 0 19 E0 54 29
Octal 21 100 276 133 102 0 31 340 124 51
Binary 10001 1000000 10111110 1011011 1000010 0 11001 11100000 1010100 101001

Color Harmonies of #1140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140BE

Black with #1140BE

Text Example


Text Example

White with #1140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1140BE; }

 p { color: rgb(17,64,190); }

 H1.HeaderClassName
 {
   color: #1140BE;
 }
 .AnyTagClassName
 {
   color: #1140BE;
 }
</style>

background-color css

<style>
 a { background-color: #1140BE; }

 a { background-color: rgb(17,64,190); }

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

border-color css

<style>
 span { border-color: #1140BE; }

 span { border-color: rgb(17,64,190); }

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