#18456A

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

Shades of Regal Blue #18456A

Tints of Regal Blue #18456A

Color information

#18456A (or 0x18456A) is unknown color: approx Regal Blue. HEX triplet: 18, 45 and 6A. RGB value is (24,69,106). Sum of RGB (Red+Green+Blue) = 24+69+106=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #18456A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18456A is #E7BA95. Grayscale: #3B3B3B. Windows color (decimal): -15186582 or 6964504. OLE color: 6964504.

HSL color Cylindrical-coordinate representation of color #18456A: hue angle of 207.07º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18456A is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2469106-
CMYK0.770.3500.58
HSL207.07º63.08%25.49%-
HSV(B)207.07º77.36%41.57%-
XYZ5.115.4914.43-
YUV59.76154.09102.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=12.06%
G=34.67%
B=53.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24691060.770.3500.58207.0763.0825.49
Hex18456A4D2303Acf3f19
Octal30105152115430723177731
Binary1100010001011101010100110110001101110101100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18456A; }

 p { color: rgb(24,69,106); }

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

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

 a { background-color: rgb(24,69,106); }

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

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

 span { border-color: rgb(24,69,106); }

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