#154168

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

Shades of Regal Blue #154168

Tints of Regal Blue #154168

Color information

#154168 (or 0x154168) is unknown color: approx Regal Blue. HEX triplet: 15, 41 and 68. RGB value is (21,65,104). Sum of RGB (Red+Green+Blue) = 21+65+104=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #154168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154168 is #EABE97. Grayscale: #383838. Windows color (decimal): -15384216 or 6832405. OLE color: 6832405.

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

Color convert

RGB2165104-
CMYK0.800.3800.59
HSL208.19º66.4%24.51%-
HSV(B)208.19º79.81%40.78%-
XYZ4.74.9413.8-
YUV56.29154.92102.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=11.05%
G=34.21%
B=54.74%

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
Decimal21651040.800.3800.59208.1966.424.51
Hex154168502603Bd04219
Octal251011501204607332010231
Binary10101100000111010001010000100110011101111010000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154168; }

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

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

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

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

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

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

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

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