#154068

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

Shades of Regal Blue #154068

Tints of Regal Blue #154068

Color information

#154068 (or 0x154068) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 68. RGB value is (21,64,104). Sum of RGB (Red+Green+Blue) = 21+64+104=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #154068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154068 is #EABF97. Grayscale: #373737. Windows color (decimal): -15384472 or 6832149. OLE color: 6832149.

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

Color convert

RGB2164104-
CMYK0.800.3800.59
HSL208.92º66.4%24.51%-
HSV(B)208.92º79.81%40.78%-
XYZ4.644.8313.78-
YUV55.7155.25103.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=11.11%
G=33.86%
B=55.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21641040.800.3800.59208.9266.424.51
Hex154068502603Bd14219
Octal251001501204607332110231
Binary10101100000011010001010000100110011101111010001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154068; }

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

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

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

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

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

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

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

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