#153F63

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

Shades of Regal Blue #153F63

Tints of Regal Blue #153F63

Color information

#153F63 (or 0x153F63) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 63. RGB value is (21,63,99). Sum of RGB (Red+Green+Blue) = 21+63+99=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #153F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F63 is #EAC09C. Grayscale: #363636. Windows color (decimal): -15384733 or 6504213. OLE color: 6504213.

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

Color convert

RGB216399-
CMYK0.790.3600.61
HSL207.69º65%23.53%-
HSV(B)207.69º78.79%38.82%-
XYZ4.344.6212.47-
YUV54.55153.09104.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=11.48%
G=34.43%
B=54.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2163990.790.3600.61207.696523.53
Hex153F634F2403Dd04118
Octal25771431174407532010130
Binary1010111111111000111001111100100011110111010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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