#153E64

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

Shades of Regal Blue #153E64

Tints of Regal Blue #153E64

Color information

#153E64 (or 0x153E64) is unknown color: approx Regal Blue. HEX triplet: 15, 3E and 64. RGB value is (21,62,100). Sum of RGB (Red+Green+Blue) = 21+62+100=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #153E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E64 is #EAC19B. Grayscale: #353535. Windows color (decimal): -15384988 or 6569493. OLE color: 6569493.

HSL color Cylindrical-coordinate representation of color #153E64: hue angle of 208.86º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153E64 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2162100-
CMYK0.790.3800.61
HSL208.86º65.29%23.73%-
HSV(B)208.86º79%39.22%-
XYZ4.334.5212.7-
YUV54.07153.92104.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 100 (39.45% from 255) = 54.64%
R=11.48%
G=33.88%
B=54.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21621000.790.3800.61208.8665.2923.73
Hex153E644F2603Dd14118
Octal25761441174607532110130
Binary1010111111011001001001111100110011110111010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,100); }

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

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

 a { background-color: rgb(21,62,100); }

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

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

 span { border-color: rgb(21,62,100); }

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