#153A55

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

Shades of Regal Blue #153A55

Tints of Regal Blue #153A55

Color information

#153A55 (or 0x153A55) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 55. RGB value is (21,58,85). Sum of RGB (Red+Green+Blue) = 21+58+85=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #153A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A55 is #EAC5AA. Grayscale: #313131. Windows color (decimal): -15386027 or 5585429. OLE color: 5585429.

HSL color Cylindrical-coordinate representation of color #153A55: hue angle of 205.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153A55 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215885-
CMYK0.750.3200.67
HSL205.31º60.38%20.78%-
HSV(B)205.31º75.29%33.33%-
XYZ3.463.849.15-
YUV50.02147.74107.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=12.80%
G=35.37%
B=51.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2158850.750.3200.67205.3160.3820.78
Hex153A554B20043cd3c15
Octal25721251134001033157425
Binary1010111101010101011001011100000010000111100110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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