#153451

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

Shades of Regal Blue #153451

Tints of Regal Blue #153451

Color information

#153451 (or 0x153451) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 51. RGB value is (21,52,81). Sum of RGB (Red+Green+Blue) = 21+52+81=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #153451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153451 is #EACBAE. Grayscale: #2D2D2D. Windows color (decimal): -15387567 or 5321749. OLE color: 5321749.

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

Color convert

RGB215281-
CMYK0.740.3600.68
HSL209º58.82%20%-
HSV(B)209º74.07%31.76%-
XYZ3.023.218.24-
YUV46.04147.73110.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=13.64%
G=33.77%
B=52.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2152810.740.3600.6820958.8220
Hex1534514A24044d13b14
Octal25641211124401043217324
Binary1010111010010100011001010100100010001001101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153451; }

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

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

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

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

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

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

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

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