#153C65

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

Shades of Regal Blue #153C65

Tints of Regal Blue #153C65

Color information

#153C65 (or 0x153C65) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 65. RGB value is (21,60,101). Sum of RGB (Red+Green+Blue) = 21+60+101=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #153C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C65 is #EAC39A. Grayscale: #343434. Windows color (decimal): -15385499 or 6634517. OLE color: 6634517.

HSL color Cylindrical-coordinate representation of color #153C65: hue angle of 210.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153C65 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2160101-
CMYK0.790.4100.60
HSL210.75º65.57%23.92%-
HSV(B)210.75º79.21%39.61%-
XYZ4.274.3312.92-
YUV53.01155.08105.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 101 (39.84% from 255) = 55.49%
R=11.54%
G=32.97%
B=55.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21601010.790.4100.60210.7565.5723.92
Hex153C654F2903Cd34218
Octal25741451175107432310230
Binary1010111110011001011001111101001011110011010011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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