#152F52

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

Shades of Regal Blue #152F52

Tints of Regal Blue #152F52

Color information

#152F52 (or 0x152F52) is unknown color: approx Regal Blue. HEX triplet: 15, 2F and 52. RGB value is (21,47,82). Sum of RGB (Red+Green+Blue) = 21+47+82=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #152F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F52 is #EAD0AD. Grayscale: #2B2B2B. Windows color (decimal): -15388846 or 5386005. OLE color: 5386005.

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

Color convert

RGB214782-
CMYK0.740.4300.68
HSL214.43º59.22%20.2%-
HSV(B)214.43º74.39%32.16%-
XYZ2.852.88.37-
YUV43.22149.89112.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 82 (32.42% from 255) = 54.67%
R=14%
G=31.33%
B=54.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2147820.740.4300.68214.4359.2220.2
Hex152F524A2B044d63b14
Octal25571221125301043267324
Binary1010110111110100101001010101011010001001101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152F52; }

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

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

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

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

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

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

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

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