#152CC7

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

Shades of Persian Blue #152CC7

Tints of Persian Blue #152CC7

Color information

#152CC7 (or 0x152CC7) is unknown color: approx Persian Blue. HEX triplet: 15, 2C and C7. RGB value is (21,44,199). Sum of RGB (Red+Green+Blue) = 21+44+199=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 199 (78.12% from 255 or 75.38% from 264); Max value from RGB is 199 - color contains mainly: blue. Hex color #152CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CC7 is #EAD338. Grayscale: #363636. Windows color (decimal): -15389497 or 13052949. OLE color: 13052949.

HSL color Cylindrical-coordinate representation of color #152CC7: hue angle of 232.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #152CC7 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2144199-
CMYK0.890.7800.22
HSL232.25º80.91%43.14%-
HSV(B)232.25º89.45%78.04%-
XYZ11.526.0854.6-
YUV54.79209.38103.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 199 (78.12% from 255) = 75.38%
R=7.95%
G=16.67%
B=75.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21441990.890.7800.22232.2580.9143.14
Hex152CC7594E016e8512b
Octal255430713111602635012153
Binary101011011001100011110110011001110010110111010001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,199); }

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

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

 a { background-color: rgb(21,44,199); }

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

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

 span { border-color: rgb(21,44,199); }

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