#153A5A

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

Shades of Regal Blue #153A5A

Tints of Regal Blue #153A5A

Color information

#153A5A (or 0x153A5A) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 5A. RGB value is (21,58,90). Sum of RGB (Red+Green+Blue) = 21+58+90=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #153A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A5A is #EAC5A5. Grayscale: #323232. Windows color (decimal): -15386022 or 5913109. OLE color: 5913109.

HSL color Cylindrical-coordinate representation of color #153A5A: hue angle of 207.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153A5A is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB215890-
CMYK0.770.3600.65
HSL207.83º62.16%21.76%-
HSV(B)207.83º76.67%35.29%-
XYZ3.673.9210.24-
YUV50.58150.24106.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 90 (35.55% from 255) = 53.25%
R=12.43%
G=34.32%
B=53.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2158900.770.3600.65207.8362.1621.76
Hex153A5A4D24041d03e16
Octal25721321154401013207626
Binary1010111101010110101001101100100010000011101000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,58,90); }

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

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

 a { background-color: rgb(21,58,90); }

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

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

 span { border-color: rgb(21,58,90); }

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