#1929BE

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

Shades of Persian Blue #1929BE

Tints of Persian Blue #1929BE

Color information

#1929BE (or 0x1929BE) is unknown color: approx Persian Blue. HEX triplet: 19, 29 and BE. RGB value is (25,41,190). Sum of RGB (Red+Green+Blue) = 25+41+190=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #1929BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1929BE is #E6D641. Grayscale: #343434. Windows color (decimal): -15128130 or 12462361. OLE color: 12462361.

HSL color Cylindrical-coordinate representation of color #1929BE: hue angle of 234.18º degrees, saturation: 0.77, 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 #1929BE is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2541190-
CMYK0.870.7800.25
HSL234.18º76.74%42.16%-
HSV(B)234.18º86.84%74.51%-
XYZ10.495.5149.23-
YUV53.2205.2107.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 190 (74.61% from 255) = 74.22%
R=9.77%
G=16.02%
B=74.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25411900.870.7800.25234.1876.7442.16
Hex1929BE574E019ea4d2a
Octal315127612711603135211552
Binary110011010011011111010101111001110011001111010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1929BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,41,190); }

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

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

 a { background-color: rgb(25,41,190); }

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

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

 span { border-color: rgb(25,41,190); }

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