#153D61

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

Shades of Regal Blue #153D61

Tints of Regal Blue #153D61

Color information

#153D61 (or 0x153D61) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 61. RGB value is (21,61,97). Sum of RGB (Red+Green+Blue) = 21+61+97=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #153D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D61 is #EAC29E. Grayscale: #343434. Windows color (decimal): -15385247 or 6372629. OLE color: 6372629.

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

Color convert

RGB216197-
CMYK0.780.3700.62
HSL208.42º64.41%23.14%-
HSV(B)208.42º78.35%38.04%-
XYZ4.144.3611.93-
YUV53.14152.75105.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=11.73%
G=34.08%
B=54.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2161970.780.3700.62208.4264.4123.14
Hex153D614E2503Ed04017
Octal25751411164507632010027
Binary1010111110111000011001110100101011111011010000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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