#1849BB

Color #1849BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1849BB

Tints of Persian Blue #1849BB

Color information

#1849BB (or 0x1849BB) is unknown color: approx Persian Blue. HEX triplet: 18, 49 and BB. RGB value is (24,73,187). Sum of RGB (Red+Green+Blue) = 24+73+187=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #1849BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849BB is #E7B644. Grayscale: #464646. Windows color (decimal): -15185477 or 12273944. OLE color: 12273944.

HSL color Cylindrical-coordinate representation of color #1849BB: hue angle of 221.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1849BB is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2473187-
CMYK0.870.6100.27
HSL221.96º77.25%41.37%-
HSV(B)221.96º87.17%73.33%-
XYZ11.738.5548.05-
YUV71.34193.2794.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 187 (73.44% from 255) = 65.85%
R=8.45%
G=25.70%
B=65.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24731870.870.6100.27221.9677.2541.37
Hex1849BB573D01Bde4d29
Octal301112731277503333611551
Binary110001001001101110111010111111101011011110111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1849BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,73,187); }

 H1.HeaderClassName
 {
   color: #1849BB;
 }
 .AnyTagClassName
 {
   color: #1849BB;
 }
</style>
background-color css

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

 a { background-color: rgb(24,73,187); }

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

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

 span { border-color: rgb(24,73,187); }

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