#154161

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

Shades of Regal Blue #154161

Tints of Regal Blue #154161

Color information

#154161 (or 0x154161) is unknown color: approx Regal Blue. HEX triplet: 15, 41 and 61. RGB value is (21,65,97). Sum of RGB (Red+Green+Blue) = 21+65+97=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #154161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154161 is #EABE9E. Grayscale: #373737. Windows color (decimal): -15384223 or 6373653. OLE color: 6373653.

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

Color convert

RGB216597-
CMYK0.780.3300.62
HSL205.26º64.41%23.14%-
HSV(B)205.26º78.35%38.04%-
XYZ4.364.812.01-
YUV55.49151.42103.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=11.48%
G=35.52%
B=53.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2165970.780.3300.62205.2664.4123.14
Hex1541614E2103Ecd4017
Octal251011411164107631510027
Binary10101100000111000011001110100001011111011001101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154161; }

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

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

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

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

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

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

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

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