#153C69

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

Shades of Regal Blue #153C69

Tints of Regal Blue #153C69

Color information

#153C69 (or 0x153C69) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 69. RGB value is (21,60,105). Sum of RGB (Red+Green+Blue) = 21+60+105=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #153C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C69 is #EAC396. Grayscale: #353535. Windows color (decimal): -15385495 or 6896661. OLE color: 6896661.

HSL color Cylindrical-coordinate representation of color #153C69: hue angle of 212.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153C69 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2160105-
CMYK0.800.4300.59
HSL212.14º66.67%24.71%-
HSV(B)212.14º80%41.18%-
XYZ4.474.4113.98-
YUV53.47157.08104.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=11.29%
G=32.26%
B=56.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21601050.800.4300.59212.1466.6724.71
Hex153C69502B03Bd44319
Octal25741511205307332410331
Binary1010111110011010011010000101011011101111010100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,60,105); }

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

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

 a { background-color: rgb(21,60,105); }

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

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

 span { border-color: rgb(21,60,105); }

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