#153951

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

Shades of Regal Blue #153951

Tints of Regal Blue #153951

Color information

#153951 (or 0x153951) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 51. RGB value is (21,57,81). Sum of RGB (Red+Green+Blue) = 21+57+81=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #153951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153951 is #EAC6AE. Grayscale: #303030. Windows color (decimal): -15386287 or 5323029. OLE color: 5323029.

HSL color Cylindrical-coordinate representation of color #153951: hue angle of 204º 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 #153951 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215781-
CMYK0.740.3000.68
HSL204º58.82%20%-
HSV(B)204º74.07%31.76%-
XYZ3.263.688.32-
YUV48.97146.07108.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=13.21%
G=35.85%
B=50.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2157810.740.3000.6820458.8220
Hex1539514A1E044cc3b14
Octal25711211123601043147324
Binary101011110011010001100101011110010001001100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153951; }

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

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

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

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

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

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

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

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