#153651

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

Shades of Regal Blue #153651

Tints of Regal Blue #153651

Color information

#153651 (or 0x153651) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 51. RGB value is (21,54,81). Sum of RGB (Red+Green+Blue) = 21+54+81=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #153651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153651 is #EAC9AE. Grayscale: #2F2F2F. Windows color (decimal): -15387055 or 5322261. OLE color: 5322261.

HSL color Cylindrical-coordinate representation of color #153651: hue angle of 207º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153651 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215481-
CMYK0.740.3300.68
HSL207º58.82%20%-
HSV(B)207º74.07%31.76%-
XYZ3.113.398.28-
YUV47.21147.07109.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 81 (32.03% from 255) = 51.92%
R=13.46%
G=34.62%
B=51.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2154810.740.3300.6820758.8220
Hex1536514A21044cf3b14
Octal25661211124101043177324
Binary1010111011010100011001010100001010001001100111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153651; }

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

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

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

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

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

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

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

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