#1840BE

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

Shades of Persian Blue #1840BE

Tints of Persian Blue #1840BE

Color information

#1840BE (or 0x1840BE) is unknown color: approx Persian Blue. HEX triplet: 18, 40 and BE. RGB value is (24,64,190). Sum of RGB (Red+Green+Blue) = 24+64+190=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1840BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1840BE is #E7BF41. Grayscale: #414141. Windows color (decimal): -15187778 or 12468248. OLE color: 12468248.

HSL color Cylindrical-coordinate representation of color #1840BE: hue angle of 225.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1840BE is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2464190-
CMYK0.870.6600.25
HSL225.54º77.57%41.96%-
HSV(B)225.54º87.37%74.51%-
XYZ11.57.5849.57-
YUV66.4197.7597.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.63%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=8.63%
G=23.02%
B=68.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24641900.870.6600.25225.5477.5741.96
Hex1840BE5742019e24e2a
Octal3010027612710203134211652
Binary1100010000001011111010101111000010011001111000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1840BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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