#152ACE

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

Shades of Persian Blue #152ACE

Tints of Persian Blue #152ACE

Color information

#152ACE (or 0x152ACE) is unknown color: approx Persian Blue. HEX triplet: 15, 2A and CE. RGB value is (21,42,206). Sum of RGB (Red+Green+Blue) = 21+42+206=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #152ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ACE is #EAD531. Grayscale: #353535. Windows color (decimal): -15390002 or 13511189. OLE color: 13511189.

HSL color Cylindrical-coordinate representation of color #152ACE: hue angle of 233.19º 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 #152ACE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2142206-
CMYK0.900.8000.19
HSL233.19º81.5%44.51%-
HSV(B)233.19º89.81%80.78%-
XYZ12.286.2758.96-
YUV54.42213.54104.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 206 (80.86% from 255) = 76.58%
R=7.81%
G=15.61%
B=76.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21422060.900.8000.19233.1981.544.51
Hex152ACE5A50013e9512d
Octal255231613212002335112155
Binary101011010101100111010110101010000010011111010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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