#153754

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

Shades of Regal Blue #153754

Tints of Regal Blue #153754

Color information

#153754 (or 0x153754) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 54. RGB value is (21,55,84). Sum of RGB (Red+Green+Blue) = 21+55+84=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #153754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153754 is #EAC8AB. Grayscale: #2F2F2F. Windows color (decimal): -15386796 or 5519125. OLE color: 5519125.

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

Color convert

RGB215584-
CMYK0.750.3500.67
HSL207.62º60%20.59%-
HSV(B)207.62º75%32.94%-
XYZ3.283.538.9-
YUV48.14148.24108.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 84 (33.20% from 255) = 52.5%
R=13.12%
G=34.38%
B=52.5%

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
Decimal2155840.750.3500.67207.626020.59
Hex1537544B23043d03c15
Octal25671241134301033207425
Binary1010111011110101001001011100011010000111101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153754; }

 p { color: rgb(21,55,84); }

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

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

 a { background-color: rgb(21,55,84); }

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

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

 span { border-color: rgb(21,55,84); }

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