#153950

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

Shades of Regal Blue #153950

Tints of Regal Blue #153950

Color information

#153950 (or 0x153950) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 50. RGB value is (21,57,80). Sum of RGB (Red+Green+Blue) = 21+57+80=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #153950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153950 is #EAC6AF. Grayscale: #303030. Windows color (decimal): -15386288 or 5257493. OLE color: 5257493.

HSL color Cylindrical-coordinate representation of color #153950: hue angle of 203.39º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153950 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB215780-
CMYK0.740.2900.69
HSL203.39º58.42%19.8%-
HSV(B)203.39º73.75%31.37%-
XYZ3.223.668.13-
YUV48.86145.57108.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=13.29%
G=36.08%
B=50.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2157800.740.2900.69203.3958.4219.8
Hex1539504A1D045cb3a14
Octal25711201123501053137224
Binary101011110011010000100101011101010001011100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153950; }

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

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

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

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

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

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

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

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