#153A63

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

Shades of Regal Blue #153A63

Tints of Regal Blue #153A63

Color information

#153A63 (or 0x153A63) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 63. RGB value is (21,58,99). Sum of RGB (Red+Green+Blue) = 21+58+99=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #153A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A63 is #EAC59C. Grayscale: #333333. Windows color (decimal): -15386013 or 6502933. OLE color: 6502933.

HSL color Cylindrical-coordinate representation of color #153A63: hue angle of 211.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153A63 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB215899-
CMYK0.790.4100.61
HSL211.54º65%23.53%-
HSV(B)211.54º78.79%38.82%-
XYZ4.074.0912.38-
YUV51.61154.74106.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=11.80%
G=32.58%
B=55.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2158990.790.4100.61211.546523.53
Hex153A634F2903Dd44118
Octal25721431175107532410130
Binary1010111101011000111001111101001011110111010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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