#153952

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

Shades of Regal Blue #153952

Tints of Regal Blue #153952

Color information

#153952 (or 0x153952) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 52. RGB value is (21,57,82). Sum of RGB (Red+Green+Blue) = 21+57+82=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #153952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153952 is #EAC6AD. Grayscale: #303030. Windows color (decimal): -15386286 or 5388565. OLE color: 5388565.

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

Color convert

RGB215782-
CMYK0.740.3000.68
HSL204.59º59.22%20.2%-
HSV(B)204.59º74.39%32.16%-
XYZ3.33.698.52-
YUV49.09146.57107.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=13.12%
G=35.62%
B=51.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2157820.740.3000.68204.5959.2220.2
Hex1539524A1E044cd3b14
Octal25711221123601043157324
Binary101011110011010010100101011110010001001100110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153952; }

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

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

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

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

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

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

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

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