#152ED8

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

Shades of Persian Blue #152ED8

Tints of Persian Blue #152ED8

Color information

#152ED8 (or 0x152ED8) is unknown color: approx Persian Blue. HEX triplet: 15, 2E and D8. RGB value is (21,46,216). Sum of RGB (Red+Green+Blue) = 21+46+216=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #152ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ED8 is #EAD127. Grayscale: #393939. Windows color (decimal): -15388968 or 14167573. OLE color: 14167573.

HSL color Cylindrical-coordinate representation of color #152ED8: hue angle of 232.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ED8 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2146216-
CMYK0.900.7900.15
HSL232.31º82.28%46.47%-
HSV(B)232.31º90.28%84.71%-
XYZ13.687.0765.61-
YUV57.9217.22101.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 216 (84.77% from 255) = 76.33%
R=7.42%
G=16.25%
B=76.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21462160.900.7900.15232.3182.2846.47
Hex152ED85A4F0Fe8522e
Octal255633013211701735012256
Binary10101101110110110001011010100111101111111010001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152ED8; }

 p { color: rgb(21,46,216); }

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

<style>
 a { background-color: #152ED8; }

 a { background-color: rgb(21,46,216); }

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

<style>
 span { border-color: #152ED8; }

 span { border-color: rgb(21,46,216); }

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