#154369

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

Shades of Regal Blue #154369

Tints of Regal Blue #154369

Color information

#154369 (or 0x154369) is unknown color: approx Regal Blue. HEX triplet: 15, 43 and 69. RGB value is (21,67,105). Sum of RGB (Red+Green+Blue) = 21+67+105=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #154369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154369 is #EABC96. Grayscale: #393939. Windows color (decimal): -15383703 or 6898453. OLE color: 6898453.

HSL color Cylindrical-coordinate representation of color #154369: hue angle of 207.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154369 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2167105-
CMYK0.800.3600.59
HSL207.14º66.67%24.71%-
HSV(B)207.14º80%41.18%-
XYZ4.875.1914.11-
YUV57.58154.76101.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=10.88%
G=34.72%
B=54.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21671050.800.3600.59207.1466.6724.71
Hex154369502403Bcf4319
Octal251031511204407331710331
Binary10101100001111010011010000100100011101111001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154369; }

 p { color: rgb(21,67,105); }

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

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

 a { background-color: rgb(21,67,105); }

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

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

 span { border-color: rgb(21,67,105); }

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