#153755

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

Shades of Regal Blue #153755

Tints of Regal Blue #153755

Color information

#153755 (or 0x153755) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 55. RGB value is (21,55,85). Sum of RGB (Red+Green+Blue) = 21+55+85=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #153755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153755 is #EAC8AA. Grayscale: #303030. Windows color (decimal): -15386795 or 5584661. OLE color: 5584661.

HSL color Cylindrical-coordinate representation of color #153755: hue angle of 208.12º 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 #153755 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215585-
CMYK0.750.3500.67
HSL208.12º60.38%20.78%-
HSV(B)208.12º75.29%33.33%-
XYZ3.323.559.1-
YUV48.25148.74108.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=13.04%
G=34.16%
B=52.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2155850.750.3500.67208.1260.3820.78
Hex1537554B23043d03c15
Octal25671251134301033207425
Binary1010111011110101011001011100011010000111101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153755; }

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

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

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

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

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

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

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

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