#153D5C

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

Shades of Regal Blue #153D5C

Tints of Regal Blue #153D5C

Color information

#153D5C (or 0x153D5C) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 5C. RGB value is (21,61,92). Sum of RGB (Red+Green+Blue) = 21+61+92=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #153D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D5C is #EAC2A3. Grayscale: #343434. Windows color (decimal): -15385252 or 6044949. OLE color: 6044949.

HSL color Cylindrical-coordinate representation of color #153D5C: hue angle of 206.2º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153D5C is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB216192-
CMYK0.770.3400.64
HSL206.2º62.83%22.16%-
HSV(B)206.2º77.17%36.08%-
XYZ3.914.2710.74-
YUV52.57150.25105.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=12.07%
G=35.06%
B=52.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2161920.770.3400.64206.262.8322.16
Hex153D5C4D22040ce3f16
Octal25751341154201003167726
Binary1010111110110111001001101100010010000001100111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153D5C; }

 p { color: rgb(21,61,92); }

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

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

 a { background-color: rgb(21,61,92); }

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

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

 span { border-color: rgb(21,61,92); }

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