#153D5B

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

Shades of Regal Blue #153D5B

Tints of Regal Blue #153D5B

Color information

#153D5B (or 0x153D5B) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 5B. RGB value is (21,61,91). Sum of RGB (Red+Green+Blue) = 21+61+91=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #153D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D5B is #EAC2A4. Grayscale: #343434. Windows color (decimal): -15385253 or 5979413. OLE color: 5979413.

HSL color Cylindrical-coordinate representation of color #153D5B: hue angle of 205.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153D5B is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB216191-
CMYK0.770.3300.64
HSL205.71º62.5%21.96%-
HSV(B)205.71º76.92%35.69%-
XYZ3.874.2510.51-
YUV52.46149.75105.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=12.14%
G=35.26%
B=52.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2161910.770.3300.64205.7162.521.96
Hex153D5B4D21040ce3e16
Octal25751331154101003167626
Binary1010111110110110111001101100001010000001100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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