#153EC4

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

Shades of Persian Blue #153EC4

Tints of Persian Blue #153EC4

Color information

#153EC4 (or 0x153EC4) is unknown color: approx Persian Blue. HEX triplet: 15, 3E and C4. RGB value is (21,62,196). Sum of RGB (Red+Green+Blue) = 21+62+196=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 196 (76.95% from 255 or 70.25% from 279); Max value from RGB is 196 - color contains mainly: blue. Hex color #153EC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EC4 is #EAC13B. Grayscale: #404040. Windows color (decimal): -15384892 or 12860949. OLE color: 12860949.

HSL color Cylindrical-coordinate representation of color #153EC4: hue angle of 225.94º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #153EC4 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2162196-
CMYK0.890.6800.23
HSL225.94º80.65%42.55%-
HSV(B)225.94º89.29%76.86%-
XYZ127.5953.06-
YUV65.02201.9296.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 196 (76.95% from 255) = 70.25%
R=7.53%
G=22.22%
B=70.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21621960.890.6800.23225.9480.6542.55
Hex153EC45944017e2512b
Octal257630413110402734212153
Binary101011111101100010010110011000100010111111000101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153EC4; }

 p { color: rgb(21,62,196); }

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

<style>
 a { background-color: #153EC4; }

 a { background-color: rgb(21,62,196); }

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

<style>
 span { border-color: #153EC4; }

 span { border-color: rgb(21,62,196); }

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