#153653

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

Shades of Regal Blue #153653

Tints of Regal Blue #153653

Color information

#153653 (or 0x153653) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 53. RGB value is (21,54,83). Sum of RGB (Red+Green+Blue) = 21+54+83=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #153653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153653 is #EAC9AC. Grayscale: #2F2F2F. Windows color (decimal): -15387053 or 5453333. OLE color: 5453333.

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

Color convert

RGB215483-
CMYK0.750.3500.67
HSL208.06º59.62%20.39%-
HSV(B)208.06º74.7%32.55%-
XYZ3.193.428.68-
YUV47.44148.07109.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 83 (32.81% from 255) = 52.53%
R=13.29%
G=34.18%
B=52.53%

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
Decimal2154830.750.3500.67208.0659.6220.39
Hex1536534B23043d03c14
Octal25661231134301033207424
Binary1010111011010100111001011100011010000111101000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153653; }

 p { color: rgb(21,54,83); }

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

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

 a { background-color: rgb(21,54,83); }

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

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

 span { border-color: rgb(21,54,83); }

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