#153A53

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

Shades of Regal Blue #153A53

Tints of Regal Blue #153A53

Color information

#153A53 (or 0x153A53) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 53. RGB value is (21,58,83). Sum of RGB (Red+Green+Blue) = 21+58+83=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #153A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A53 is #EAC5AC. Grayscale: #313131. Windows color (decimal): -15386029 or 5454357. OLE color: 5454357.

HSL color Cylindrical-coordinate representation of color #153A53: hue angle of 204.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153A53 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215883-
CMYK0.750.3000.67
HSL204.19º59.62%20.39%-
HSV(B)204.19º74.7%32.55%-
XYZ3.383.818.74-
YUV49.79146.74107.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 83 (32.81% from 255) = 51.23%
R=12.96%
G=35.80%
B=51.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2158830.750.3000.67204.1959.6220.39
Hex153A534B1E043cc3c14
Octal25721231133601033147424
Binary101011110101010011100101111110010000111100110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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