#153152

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

Shades of Regal Blue #153152

Tints of Regal Blue #153152

Color information

#153152 (or 0x153152) is unknown color: approx Regal Blue. HEX triplet: 15, 31 and 52. RGB value is (21,49,82). Sum of RGB (Red+Green+Blue) = 21+49+82=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #153152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153152 is #EACEAD. Grayscale: #2C2C2C. Windows color (decimal): -15388334 or 5386517. OLE color: 5386517.

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

Color convert

RGB214982-
CMYK0.740.4000.68
HSL212.46º59.22%20.2%-
HSV(B)212.46º74.39%32.16%-
XYZ2.932.978.4-
YUV44.39149.22111.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=13.82%
G=32.24%
B=53.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2149820.740.4000.68212.4659.2220.2
Hex1531524A28044d43b14
Octal25611221125001043247324
Binary1010111000110100101001010101000010001001101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153152; }

 p { color: rgb(21,49,82); }

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

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

 a { background-color: rgb(21,49,82); }

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

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

 span { border-color: rgb(21,49,82); }

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