#152BCE

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

Shades of Persian Blue #152BCE

Tints of Persian Blue #152BCE

Color information

#152BCE (or 0x152BCE) is unknown color: approx Persian Blue. HEX triplet: 15, 2B and CE. RGB value is (21,43,206). Sum of RGB (Red+Green+Blue) = 21+43+206=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #152BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BCE is #EAD431. Grayscale: #363636. Windows color (decimal): -15389746 or 13511445. OLE color: 13511445.

HSL color Cylindrical-coordinate representation of color #152BCE: hue angle of 232.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152BCE is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2143206-
CMYK0.900.7900.19
HSL232.86º81.5%44.51%-
HSV(B)232.86º89.81%80.78%-
XYZ12.316.3458.97-
YUV55213.21103.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 206 (80.86% from 255) = 76.30%
R=7.78%
G=15.93%
B=76.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21432060.900.7900.19232.8681.544.51
Hex152BCE5A4F013e9512d
Octal255331613211702335112155
Binary101011010111100111010110101001111010011111010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,43,206); }

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

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

 a { background-color: rgb(21,43,206); }

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

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

 span { border-color: rgb(21,43,206); }

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