#153C62

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

Shades of Regal Blue #153C62

Tints of Regal Blue #153C62

Color information

#153C62 (or 0x153C62) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 62. RGB value is (21,60,98). Sum of RGB (Red+Green+Blue) = 21+60+98=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #153C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C62 is #EAC39D. Grayscale: #343434. Windows color (decimal): -15385502 or 6437909. OLE color: 6437909.

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

Color convert

RGB216098-
CMYK0.790.3900.62
HSL209.61º64.71%23.33%-
HSV(B)209.61º78.57%38.43%-
XYZ4.134.2712.16-
YUV52.67153.58105.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=11.73%
G=33.52%
B=54.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2160980.790.3900.62209.6164.7123.33
Hex153C624F2703Ed24117
Octal25741421174707632210127
Binary1010111110011000101001111100111011111011010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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