#154261

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

Shades of Regal Blue #154261

Tints of Regal Blue #154261

Color information

#154261 (or 0x154261) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 61. RGB value is (21,66,97). Sum of RGB (Red+Green+Blue) = 21+66+97=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #154261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154261 is #EABD9E. Grayscale: #373737. Windows color (decimal): -15383967 or 6373909. OLE color: 6373909.

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

Color convert

RGB216697-
CMYK0.780.3200.62
HSL204.47º64.41%23.14%-
HSV(B)204.47º78.35%38.04%-
XYZ4.424.9212.03-
YUV56.08151.09102.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.41%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=11.41%
G=35.87%
B=52.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2166970.780.3200.62204.4764.4123.14
Hex1542614E2003Ecc4017
Octal251021411164007631410027
Binary10101100001011000011001110100000011111011001100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154261; }

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

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

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

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

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

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

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

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