#153661

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

Shades of Regal Blue #153661

Tints of Regal Blue #153661

Color information

#153661 (or 0x153661) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 61. RGB value is (21,54,97). Sum of RGB (Red+Green+Blue) = 21+54+97=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #153661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153661 is #EAC99E. Grayscale: #303030. Windows color (decimal): -15387039 or 6370837. OLE color: 6370837.

HSL color Cylindrical-coordinate representation of color #153661: hue angle of 213.95º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153661 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215497-
CMYK0.780.4400.62
HSL213.95º64.41%23.14%-
HSV(B)213.95º78.35%38.04%-
XYZ3.793.6611.82-
YUV49.04155.07108-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=12.21%
G=31.40%
B=56.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2154970.780.4400.62213.9564.4123.14
Hex1536614E2C03Ed64017
Octal25661411165407632610027
Binary1010111011011000011001110101100011111011010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153661; }

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

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

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

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

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

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

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

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