#153A61

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

Shades of Regal Blue #153A61

Tints of Regal Blue #153A61

Color information

#153A61 (or 0x153A61) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 61. RGB value is (21,58,97). Sum of RGB (Red+Green+Blue) = 21+58+97=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #153A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A61 is #EAC59E. Grayscale: #333333. Windows color (decimal): -15386015 or 6371861. OLE color: 6371861.

HSL color Cylindrical-coordinate representation of color #153A61: hue angle of 210.79º 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 #153A61 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215897-
CMYK0.780.4000.62
HSL210.79º64.41%23.14%-
HSV(B)210.79º78.35%38.04%-
XYZ3.984.0511.88-
YUV51.38153.74106.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=11.93%
G=32.95%
B=55.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2158970.780.4000.62210.7964.4123.14
Hex153A614E2803Ed34017
Octal25721411165007632310027
Binary1010111101011000011001110101000011111011010011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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