Html Css Color HEX #1145BB Persian Blue

📋 copy color: '#1145BB'

red 17 ◦ green 69 ◦ blue 187

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

Shades of Persian Blue #1145BB

Tints of Persian Blue #1145BB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 6.23%
G = 25.27%
B = 68.5%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1145BB (or 0x1145BB) is known color: Persian Blue. HEX triplet: 11, 45 and BB. RGB value is (17,69,187). Sum of RGB (Red+Green+Blue) = 17+69+187=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #1145BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1145BB is #EEBA44. Grayscale: #424242. Windows color (decimal): -15645253 or 12272913. OLE color: 12272913.

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

Color convert

RGB 17 69 187 -
CMYK 0.91 0.63 0 0.27
HSL 221.65º 0.83% 0.4% -
HSV(B) 221.65º 0.91% 0.73% -
XYZ 11.33 7.96 47.95 -
YUV 66.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 17 69 187 0.91 0.63 0 0.27 221.65 0.83 0.4
Hex 11 45 BB 5B 3F 0 1B DE 53 28
Octal 21 105 273 133 77 0 33 336 123 50
Binary 10001 1000101 10111011 1011011 111111 0 11011 11011110 1010011 101000

Color Harmonies of #1145BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1145BB

Black with #1145BB

Text Example


Text Example

White with #1145BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1145BB; }

 p { color: rgb(17,69,187); }

 H1.HeaderClassName
 {
   color: #1145BB;
 }
 .AnyTagClassName
 {
   color: #1145BB;
 }
</style>

background-color css

<style>
 a { background-color: #1145BB; }

 a { background-color: rgb(17,69,187); }

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

border-color css

<style>
 span { border-color: #1145BB; }

 span { border-color: rgb(17,69,187); }

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