#1829BC

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

Shades of Persian Blue #1829BC

Tints of Persian Blue #1829BC

Color information

#1829BC (or 0x1829BC) is unknown color: approx Persian Blue. HEX triplet: 18, 29 and BC. RGB value is (24,41,188). Sum of RGB (Red+Green+Blue) = 24+41+188=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #1829BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1829BC is #E7D643. Grayscale: #343434. Windows color (decimal): -15193668 or 12331288. OLE color: 12331288.

HSL color Cylindrical-coordinate representation of color #1829BC: hue angle of 233.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1829BC is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2441188-
CMYK0.870.7800.26
HSL233.78º77.36%41.57%-
HSV(B)233.78º87.23%73.73%-
XYZ10.255.4148.08-
YUV52.68204.37107.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 188 (73.83% from 255) = 74.31%
R=9.49%
G=16.21%
B=74.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24411880.870.7800.26233.7877.3641.57
Hex1829BC574E01Aea4d2a
Octal305127412711603235211552
Binary110001010011011110010101111001110011010111010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1829BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,41,188); }

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

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

 a { background-color: rgb(24,41,188); }

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

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

 span { border-color: rgb(24,41,188); }

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