#153D5E

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

Shades of Regal Blue #153D5E

Tints of Regal Blue #153D5E

Color information

#153D5E (or 0x153D5E) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 5E. RGB value is (21,61,94). Sum of RGB (Red+Green+Blue) = 21+61+94=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #153D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D5E is #EAC2A1. Grayscale: #343434. Windows color (decimal): -15385250 or 6176021. OLE color: 6176021.

HSL color Cylindrical-coordinate representation of color #153D5E: hue angle of 207.12º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153D5E is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB216194-
CMYK0.780.3500.63
HSL207.12º63.48%22.55%-
HSV(B)207.12º77.66%36.86%-
XYZ44.3111.21-
YUV52.8151.25105.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=11.93%
G=34.66%
B=53.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2161940.780.3500.63207.1263.4822.55
Hex153D5E4E2303Fcf3f17
Octal2575136116430773177727
Binary101011111011011110100111010001101111111100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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