Html Css Color HEX #1141BC Persian Blue

📋 copy color: '#1141BC'

red 17 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #1141BC

Tints of Persian Blue #1141BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 6.3%
G = 24.07%
B = 69.63%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1141BC (or 0x1141BC) is known color: Persian Blue. HEX triplet: 11, 41 and BC. RGB value is (17,65,188). Sum of RGB (Red+Green+Blue) = 17+65+188=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #1141BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1141BC is #EEBE43. Grayscale: #404040. Windows color (decimal): -15646276 or 12337425. OLE color: 12337425.

HSL color Cylindrical-coordinate representation of color #1141BC: hue angle of 223.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1141BC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 65 188 -
CMYK 0.91 0.65 0 0.26
HSL 223.16º 0.83% 0.4% -
HSV(B) 223.16º 0.91% 0.74% -
XYZ 11.2 7.53 48.44 -
YUV 64.67 197.6 94 -
System Red Green Blue C M Y K H S L
Decimal 17 65 188 0.91 0.65 0 0.26 223.16 0.83 0.4
Hex 11 41 BC 5B 41 0 1A DF 53 28
Octal 21 101 274 133 101 0 32 337 123 50
Binary 10001 1000001 10111100 1011011 1000001 0 11010 11011111 1010011 101000

Color Harmonies of #1141BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1141BC

Black with #1141BC

Text Example


Text Example

White with #1141BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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