#154268

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

Shades of Regal Blue #154268

Tints of Regal Blue #154268

Color information

#154268 (or 0x154268) is unknown color: approx Regal Blue. HEX triplet: 15, 42 and 68. RGB value is (21,66,104). Sum of RGB (Red+Green+Blue) = 21+66+104=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #154268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154268 is #EABD97. Grayscale: #383838. Windows color (decimal): -15383960 or 6832661. OLE color: 6832661.

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

Color convert

RGB2166104-
CMYK0.800.3700.59
HSL207.47º66.4%24.51%-
HSV(B)207.47º79.81%40.78%-
XYZ4.765.0613.82-
YUV56.88154.59102.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=10.99%
G=34.55%
B=54.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21661040.800.3700.59207.4766.424.51
Hex154268502503Bcf4219
Octal251021501204507331710231
Binary10101100001011010001010000100101011101111001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154268; }

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

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

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

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

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

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

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

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