#154366

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

Shades of Regal Blue #154366

Tints of Regal Blue #154366

Color information

#154366 (or 0x154366) is unknown color: approx Regal Blue. HEX triplet: 15, 43 and 66. RGB value is (21,67,102). Sum of RGB (Red+Green+Blue) = 21+67+102=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #154366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154366 is #EABC99. Grayscale: #393939. Windows color (decimal): -15383706 or 6701845. OLE color: 6701845.

HSL color Cylindrical-coordinate representation of color #154366: hue angle of 205.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154366 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2167102-
CMYK0.790.3400.6
HSL205.93º65.85%24.12%-
HSV(B)205.93º79.41%40%-
XYZ4.715.1313.31-
YUV57.24153.26102.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=11.05%
G=35.26%
B=53.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21671020.790.3400.6205.9365.8524.12
Hex1543664F2203Cce4218
Octal251031461174207431610230
Binary10101100001111001101001111100010011110011001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154366; }

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

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

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

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

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

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

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

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