#153662

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

Shades of Regal Blue #153662

Tints of Regal Blue #153662

Color information

#153662 (or 0x153662) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 62. RGB value is (21,54,98). Sum of RGB (Red+Green+Blue) = 21+54+98=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #153662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153662 is #EAC99D. Grayscale: #303030. Windows color (decimal): -15387038 or 6436373. OLE color: 6436373.

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

Color convert

RGB215498-
CMYK0.790.4500.62
HSL214.29º64.71%23.33%-
HSV(B)214.29º78.57%38.43%-
XYZ3.833.6812.06-
YUV49.15155.57107.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=12.14%
G=31.21%
B=56.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2154980.790.4500.62214.2964.7123.33
Hex1536624F2D03Ed64117
Octal25661421175507632610127
Binary1010111011011000101001111101101011111011010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153662; }

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

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

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

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

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

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

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

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