#153F5A

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

Shades of Regal Blue #153F5A

Tints of Regal Blue #153F5A

Color information

#153F5A (or 0x153F5A) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 5A. RGB value is (21,63,90). Sum of RGB (Red+Green+Blue) = 21+63+90=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #153F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F5A is #EAC0A5. Grayscale: #353535. Windows color (decimal): -15384742 or 5914389. OLE color: 5914389.

HSL color Cylindrical-coordinate representation of color #153F5A: hue angle of 203.48º 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 #153F5A is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216390-
CMYK0.770.3000.65
HSL203.48º62.16%21.76%-
HSV(B)203.48º76.67%35.29%-
XYZ3.934.4510.33-
YUV53.52148.59104.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=12.07%
G=36.21%
B=51.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2163900.770.3000.65203.4862.1621.76
Hex153F5A4D1E041cb3e16
Octal25771321153601013137626
Binary101011111111011010100110111110010000011100101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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