#153D63

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

Shades of Regal Blue #153D63

Tints of Regal Blue #153D63

Color information

#153D63 (or 0x153D63) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 63. RGB value is (21,61,99). Sum of RGB (Red+Green+Blue) = 21+61+99=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #153D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D63 is #EAC29C. Grayscale: #353535. Windows color (decimal): -15385245 or 6503701. OLE color: 6503701.

HSL color Cylindrical-coordinate representation of color #153D63: hue angle of 209.23º 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 #153D63 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB216199-
CMYK0.790.3800.61
HSL209.23º65%23.53%-
HSV(B)209.23º78.79%38.82%-
XYZ4.234.412.43-
YUV53.37153.75104.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 99 (39.06% from 255) = 54.70%
R=11.60%
G=33.70%
B=54.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2161990.790.3800.61209.236523.53
Hex153D634F2603Dd14118
Octal25751431174607532110130
Binary1010111110111000111001111100110011110111010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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