#153353

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

Shades of Regal Blue #153353

Tints of Regal Blue #153353

Color information

#153353 (or 0x153353) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 53. RGB value is (21,51,83). Sum of RGB (Red+Green+Blue) = 21+51+83=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #153353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153353 is #EACCAC. Grayscale: #2D2D2D. Windows color (decimal): -15387821 or 5452565. OLE color: 5452565.

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

Color convert

RGB215183-
CMYK0.750.3900.67
HSL210.97º59.62%20.39%-
HSV(B)210.97º74.7%32.55%-
XYZ3.053.158.63-
YUV45.68149.06110.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=13.55%
G=32.90%
B=53.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2151830.750.3900.67210.9759.6220.39
Hex1533534B27043d33c14
Octal25631231134701033237424
Binary1010111001110100111001011100111010000111101001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153353; }

 p { color: rgb(21,51,83); }

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

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

 a { background-color: rgb(21,51,83); }

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

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

 span { border-color: rgb(21,51,83); }

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