#154468

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

Shades of Regal Blue #154468

Tints of Regal Blue #154468

Color information

#154468 (or 0x154468) is unknown color: approx Regal Blue. HEX triplet: 15, 44 and 68. RGB value is (21,68,104). Sum of RGB (Red+Green+Blue) = 21+68+104=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #154468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154468 is #EABB97. Grayscale: #393939. Windows color (decimal): -15383448 or 6833173. OLE color: 6833173.

HSL color Cylindrical-coordinate representation of color #154468: hue angle of 206.02º degrees, saturation: 0.66, 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 #154468 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2168104-
CMYK0.800.3500.59
HSL206.02º66.4%24.51%-
HSV(B)206.02º79.81%40.78%-
XYZ4.885.2913.86-
YUV58.05153.93101.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 104 (41.02% from 255) = 53.89%
R=10.88%
G=35.23%
B=53.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21681040.800.3500.59206.0266.424.51
Hex154468502303Bce4219
Octal251041501204307331610231
Binary10101100010011010001010000100011011101111001110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154468; }

 p { color: rgb(21,68,104); }

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

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

 a { background-color: rgb(21,68,104); }

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

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

 span { border-color: rgb(21,68,104); }

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