#1834BD

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

Shades of Persian Blue #1834BD

Tints of Persian Blue #1834BD

Color information

#1834BD (or 0x1834BD) is unknown color: approx Persian Blue. HEX triplet: 18, 34 and BD. RGB value is (24,52,189). Sum of RGB (Red+Green+Blue) = 24+52+189=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #1834BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1834BD is #E7CB42. Grayscale: #3A3A3A. Windows color (decimal): -15190851 or 12399640. OLE color: 12399640.

HSL color Cylindrical-coordinate representation of color #1834BD: hue angle of 229.82º 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 #1834BD is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2452189-
CMYK0.870.7200.26
HSL229.82º77.46%41.76%-
HSV(B)229.82º87.3%74.12%-
XYZ10.796.3248.8-
YUV59.25201.22102.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=9.06%
G=19.62%
B=71.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24521890.870.7200.26229.8277.4641.76
Hex1834BD574801Ae64d2a
Octal306427512711003234611552
Binary110001101001011110110101111001000011010111001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1834BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1834BD; }

 p { color: rgb(24,52,189); }

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

<style>
 a { background-color: #1834BD; }

 a { background-color: rgb(24,52,189); }

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

<style>
 span { border-color: #1834BD; }

 span { border-color: rgb(24,52,189); }

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