#153A62

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

Shades of Regal Blue #153A62

Tints of Regal Blue #153A62

Color information

#153A62 (or 0x153A62) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 62. RGB value is (21,58,98). Sum of RGB (Red+Green+Blue) = 21+58+98=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #153A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A62 is #EAC59D. Grayscale: #333333. Windows color (decimal): -15386014 or 6437397. OLE color: 6437397.

HSL color Cylindrical-coordinate representation of color #153A62: hue angle of 211.17º 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 #153A62 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215898-
CMYK0.790.4100.62
HSL211.17º64.71%23.33%-
HSV(B)211.17º78.57%38.43%-
XYZ4.034.0712.13-
YUV51.5154.24106.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=11.86%
G=32.77%
B=55.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2158980.790.4100.62211.1764.7123.33
Hex153A624F2903Ed34117
Octal25721421175107632310127
Binary1010111101011000101001111101001011111011010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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