#1835DA

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

Shades of Persian Blue #1835DA

Tints of Persian Blue #1835DA

Color information

#1835DA (or 0x1835DA) is unknown color: approx Persian Blue. HEX triplet: 18, 35 and DA. RGB value is (24,53,218). Sum of RGB (Red+Green+Blue) = 24+53+218=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #1835DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835DA is #E7CA25. Grayscale: #3E3E3E. Windows color (decimal): -15190566 or 14300440. OLE color: 14300440.

HSL color Cylindrical-coordinate representation of color #1835DA: hue angle of 231.03º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1835DA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2453218-
CMYK0.890.7600.15
HSL231.03º80.17%47.45%-
HSV(B)231.03º88.99%85.49%-
XYZ14.37.867.08-
YUV63.14215.39100.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 218 (85.55% from 255) = 73.90%
R=8.14%
G=17.97%
B=73.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal24532180.890.7600.15231.0380.1747.45
Hex1835DA594C0Fe7502f
Octal306533213111401734712057
Binary11000110101110110101011001100110001111111001111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1835DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1835DA; }

 p { color: rgb(24,53,218); }

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

<style>
 a { background-color: #1835DA; }

 a { background-color: rgb(24,53,218); }

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

<style>
 span { border-color: #1835DA; }

 span { border-color: rgb(24,53,218); }

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